Optional
audienceThe unique identifier of the target API you want to access.
Optional
max_The maximum amount of time, in seconds, after which a user must reauthenticate.
Optional
organizationThe unique identifier of the organization that the user should be logged into. When specified, the user will be prompted to log in to this specific organization. The organization ID will be included in the user's session after successful authentication.
Optional
redirect_The URL to which the authorization server will redirect the user after granting authorization.
Optional
scopeThe scope of the access request, expressed as a list of space-delimited, case-sensitive strings.
Defaults to "openid profile email offline_access"
.
Additional authorization parameters.