Click or drag to resize

OAuthConfigurationSection Properties

The OAuthConfigurationSection type exposes the following members.

Properties
 NameDescription
Public propertyAllowClientOnlyGrant When true, allows login using client_credentials without any node authentication
Public propertyEncodeScopes 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.
Public propertyIssuerName Issuer name. This corresponds to the iss claim in any issued tokens.
Public propertyJwtSigningKey Gets the name of the key that is used to sign session
Public propertyLoginAssetPath Login asset directory
Public propertyLoginAssetSolution Which applet should be used for login assets on this instance.
Public propertyTokenType Gets or sets the token type to use
Public propertyValidateAppNameOnRefresh 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.
Top
See Also