SSO Not Supported
This authentication method does not work with SSO (SAML, OIDC federation). Users must have a dedicated username and password configured directly in Keycloak. This approach ties API usage to individual BTP users and respects RBAC permissions.
Password Grant Flow
Use this flow for interactive access where you can securely provide your user credentials.Request
Response
The response contains theaccess_token needed for API requests.
Next Steps
Include this token in theAuthorization header of your API requests:
Authorization: Bearer <access_token>