Identity Service

From LFS Manual
Revision as of 15:35, 22 February 2022 by Victor (talk | contribs) (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...")
(diff) ←Older revision | Current revision (diff) | Newer revision→ (diff)
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