Difference between revisions of "Identity Service"

From LFS Manual
Jump to navigationJump to search
(Created page with "== Introduction == what's this? == Application == An Application is always required for Oauth2 authentications, for each flow. An Application must have 1 redirect uri, even i...")
 
m (Protected "Identity Service" ([Edit=Sysops only] (indefinite) [Move=Sysops only] (indefinite)))
(No difference)

Revision as of 15:36, 22 February 2022

Introduction

what's this?

Application

An Application is always required for Oauth2 authentications, for each flow. An Application must have 1 redirect uri, even if it's not used (e.g. with implicit flows / with Client Secret) https://www.lfs.net/account/api

Authentication Flows

2 main flows: - for single page applications - for back end scripts

Single Page Applications

explanation here

Back End Scripting

explanation here

Usage

examples

Single Page Applications

example here

Back End Scripting

example here