Table of Contents

Enum EntraApplicationOptionalClaimTokenType

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

The token type of optional claim for an Entra application.

[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum EntraApplicationOptionalClaimTokenType

Fields

Access = 1

The claim token type is an OAuth 2.0 access token.

Id = 2

The claim token type is an OpenID Connect identity token.

Saml2 = 3

The claim token type is a SAML 2.0 assertion.

Unknown = 0

The claim token type is unknown.