IdpSettings
__type(idp: Idp,context: AppContext): string
Properties
This element is often used without passing props
Additional properties for advanced use cases
Properties | Type | Description |
---|---|---|
authorizeEndpoint | string | | |
callback | token | securityContext | | |
clientAuth | IdpClientAuth | |
clientId | string | |
clientSecret | string | |
clockSkew | number | |
codeChallengeMethod | S256 | |
cookieCrypt | boolean | |
cookiePath | string | |
cookieSecure | boolean | |
cookieTTL | number | |
external | boolean | |
externalLoginEndpoint | string | | |
externalLogoutEndpoint | string | | |
identity | string | |
jwksEndpoint | string | | |
loginCallbackRoute | string | |
loginContentType | IdpContentType | |
loginEndpoint | string | | |
loginMethod | IdpMethod | |
logoutCallbackRoute | string | |
logoutEndpoint | string | | |
logoutMethod | IdpMethod | |
logoutRoute | string | |
name | string | |
nonce | boolean | |
oauth2 | boolean | |
oidc | boolean | |
passwordKey | string | |
persist | localStorage | sessionStorage | memory | cookie | |
pkce | boolean | |
postLoginRedirectKey | string | |
postLogoutRedirectKey | string | |
pubKeyAlgorithm | RS256 | |
rememberMeKey | string | |
responseType | Code | |
scope | string | |
state | boolean | |
tokenEndpoint | string | | |
type | form | external | oidc_browser | oidc_server | oauth2_browser | oauth2_server | |
userinfoEndpoint | string | | |
usernameKey | string | |
validate | boolean |