IAM (OIDC)
IAM APIs for authentication.
OIDC
The IAM OIDC service is a service used with Open ID Connect provider integrations.
Callback
Login
CallbackRequest
Request with parameters for an OAuth2 Authorization Code grant redirect.
Field | Description | Validation Rule |
---|---|---|
code | string oneof _result | – |
error | string oneof _result Standard error codes can be found found here. https://datatracker.ietf.org/doc/html/rfc6749#section-4.1.2.1 https://openid.net/specs/openid-connect-core-1_0.html#AuthError | – |
state | string | string = { |
errorDescription | string | – |
errorUri | string | – |
LoginRequest
Request to initiate an OIDC Authentication flow.
Field | Description | Validation Rule |
---|---|---|
redirectUri | string | – |