TokenHandler.SetDefaultTimesOnTokenCreation Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a bool that controls if token creation will set default 'exp', 'nbf' and 'iat' if not specified.
public bool SetDefaultTimesOnTokenCreation { get; set; }
member this.SetDefaultTimesOnTokenCreation : bool with get, set
Public Property SetDefaultTimesOnTokenCreation As Boolean
Property Value
Remarks
See: TokenLifetimeInMinutes for configuration.