Receives and processes the SAML response from the identity provider after user authentication. Validates the SAML assertion, generates JWT access and refresh tokens, and redirects the user to the frontend with the access token. Sets a secure HTTP-only cookie containing the refresh token. On error, redirects to the frontend error page.
Bearer token authentication. Format: 'Bearer
Successful Response
The response is of type string.