Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PassthroughScopeRequest

For APIs which use the passthroughScopeUrl property, this is the type of the payload which is sent by POST to the instance to which the scope decision is delegated.

Hierarchy

  • PassthroughScopeRequest

Index

Properties

auth_method

auth_method: string

The ID of the auth method which is being used for this current request for authorization (new in 1.0.0-rc.8).

Optional data

data: any

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.

profile

profile: OidcProfile

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.

Optional scope

scope: string[]

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