Identity Service

From LFS Manual
Revision as of 15:36, 22 February 2022 by Victor (talk | contribs) (Protected "Identity Service" ([Edit=Sysops only] (indefinite) [Move=Sysops only] (indefinite)))
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