This endpoint initiates the OAuth 2.0 authorization flow for user authentication and obtaining an authorization code.
Using the State Parameter (Best Practice)
The state parameter is crucial for security in OAuth flows:
Note: OAuth scopes are predefined during client application setup and cannot be modified during the authorization request. The access token will include all scopes that were approved during client creation.