The ID of the auth method which is being used for this current request for authorization (new in 1.0.0-rc.8).
In some cases, this property may contain additional data. For the OIDC/OAuth2 case, this will contain the response of the token endpoint of the upstream identity provider.
The OpenID Connect compatible profile of the authenticated user. You will find a unique ID in the sub
property,
plus other properties, depending on the type of identity provider which was used.
If scope
was passed to the authorize request, the scope is passed on upstream by the Authorization Server. Otherwise null
or not present.
Generated using TypeDoc
For APIs which use the
passthroughScopeUrl
property, this is the type of the payload which is sent byPOST
to the instance to which the scope decision is delegated.