...
This purpose of this documentation is to document the interactions between Edifice and third party clients via OpenId Connect (OIDC).
Headlines:
Authentication Flow:
Edifice has supports the following flows:
...
Identifier: [client_id] this is your unique identifier oAuth2
URL: Thew external address to which you wish to access.
openId: This option automatically configures …..???
Scope: Access authorization to user info from the external application which is also using has to be openId.
Identification Mode: Use code for a web application and password for a mobile application.
Client secret: Parameter used to secure communication.
...