OAuth2Options
Name |
Type |
Description |
|
Get the Oauth2 authorization resource path. e.g.: /oauth/authorize |
|
|
Set the provider client id |
|
|
Set the provider client secret |
|
|
Override the HTTP form field name for client secret |
|
|
Set extra parameters to be sent to the provider on each request |
|
- |
||
|
Set custom headers to be sent with every request to the provider |
|
|
Set the provider token introspection resource path |
|
|
- |
|
|
Set the provider logout path |
|
|
Set the Oauth2 revocation resource path. e.g.: /oauth/revoke |
|
|
Set the provider scope separator |
|
|
Root URL for the provider without trailing slashes |
|
|
Sets an optional tenant. Tenants are used in some OpenID servers as placeholders for the URLs. The tenant should be set prior to any URL as it affects the way the URLs will be stored. Some provders may name this differently, for example: `realm`. |
|
|
Get the Oauth2 token resource path. e.g.: /oauth/token |
|
|
Flag to use HTTP basic auth header with client id, client secret. |
|
|
Set a custom user agent to use when communicating to a provider |
|
|
Set custom parameters to be sent during the userInfo resource request |
|
|
Set the provider userInfo resource path |
|
|
- |