OAuth |
The OAuthConfigurationSection type exposes the following members.
| Name | Description | |
|---|---|---|
| AllowClientOnlyGrant | When true, allows login using client_credentials without any node authentication | |
| EncodeScopes | When true, scopes will be encoded with a ua. prefix to reduce the overall size of the issued JWT. Set this to false to provide the full unencoded oid in the scope. | |
| IssuerName | Issuer name. This corresponds to the iss claim in any issued tokens. | |
| JwtSigningKey | Gets the name of the key that is used to sign session | |
| LoginAssetPath | Login asset directory | |
| LoginAssetSolution | Which applet should be used for login assets on this instance. | |
| TokenType | Gets or sets the token type to use | |
| ValidateAppNameOnRefresh | When true, a refresh token grant based token request will validate that the app name in the original grant matches the app name (client_id) of the request. The default is false. |