OAuthAuthenticationProviderOptions Properties

Properties

Authority The Authority to use when making OpenIdConnect calls.
ClientId Identifier for the client application.
ClientSecret Secret used to authenticate the client application.
Scopes The space-separated list of permissions to request.
UserIdClaim The claimType used to identify the user uniquely.

See Also