The Authorization Controller is a core component of the Auth Server that manages application authorization and user authentication, implementing OAuth2 flow with support for both traditional login methods and SAML SSO.
Reference
Authorize
This endpoint verifies application authorization for users. It handles various authentication scenarios including SAML SSO login, cookie-based authentication, and iframe implementations. Upon successful authentication and authorization, it redirects with a valid authorization code. If re-authentication is needed, users are directed to the appropriate login mechanism.
Deauthorize app
This endpoint allows users to revoke authorization for a specific application. This includes terminating active sessions and removing the application authorization from the database.
List app
This endpoint provides an overview of all authorized applications for the authenticated user. The list includes details such as application name, type, last login, and device information. There are no parameters for this call
GET /v4/authorize/list