You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bearer token: Follows the specified format (method/identityProviderId/token).
All that require a Bearer token > Error Handling: Returns HTTP status code 401 if no authentication details are provided.
All that require a Bearer token > Error Handling: Returns HTTP status code 403 if invalid credentials or credentials with insufficient permissions are provided.
GET /credentials/: At least one authentication method is supported (HTTP Basic or OIDC).
The text was updated successfully, but these errors were encountered:
Authentication
Functionality description
method/identityProviderId/token
).401
if no authentication details are provided.403
if invalid credentials or credentials with insufficient permissions are provided.The text was updated successfully, but these errors were encountered: