Skip to main content
Version: 5.0

Interface: ProviderOptions

Properties

audience

audience: string

Provided audience (aud) value


clientId

clientId: string

Provided Application ID


discoveryUrl

discoveryUrl: string

Location of the Auth Server's discovery endpoint.


logoutUrl

logoutUrl: string

Location that the hosting app expects logout callbacks to navigate to.


redirectUri

redirectUri: string

Location that the hosting app expects callbacks to navigate to.


scope

scope: string

User details requested from the Authentication provider, each provider may support standard {e.g. openid, profile, email, etc.}, or custom scopes.