Enum AuthorizeRequestType
- Namespace
- Duende.IdentityServer.Validation
- Assembly
- Duende.IdentityServer.dll
Indicates the context in which authorization validation is occurring (is this the authorize endpoint with or without PAR or the PAR endpoint itself?)
public enum AuthorizeRequestType
Fields
Authorize = 0
A request to the authorize endpoint without PAR
AuthorizeWithPushedParameters = 2
A request to the authorize endpoint with pushed parameters
PushedAuthorization = 1
A request to the PAR endpoint