Identity Service
From LFS Manual
Jump to navigationJump to search
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