Delen via


OpenIdConnectScope Class

Definition

Defines scopes for OpenID Connect. For details, See: https://openid.net/specs/openid-connect-core-1_0.html#ScopeClaims.

public static class OpenIdConnectScope
type OpenIdConnectScope = class
Public Class OpenIdConnectScope
Inheritance
OpenIdConnectScope

Remarks

Can be used to determine the scope in an OpenIdConnectMessage.

Fields

Address

Indicates the address scope. See: https://openid.net/specs/openid-connect-core-1_0.html#ScopeClaims.

Email

Indicates the email scope. See: https://openid.net/specs/openid-connect-core-1_0.html#ScopeClaims.

OfflineAccess

Indicates the offline_access scope. See: https://openid.net/specs/openid-connect-core-1_0.html#ScopeClaims.

OpenId

Indicates the openid scope. See: https://openid.net/specs/openid-connect-core-1_0.html#ScopeClaims.

OpenIdProfile

Indicates both openid and profile scopes. See: https://openid.net/specs/openid-connect-core-1_0.html#ScopeClaims.

Phone

Indicates the phone scope. See: https://openid.net/specs/openid-connect-core-1_0.html#ScopeClaims.

Profile

Indicates the profile scope. See: https://openid.net/specs/openid-connect-core-1_0.html#ScopeClaims.

UserImpersonation

Indicates the user_impersonation scope for Microsoft Entra ID.

Applies to