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
Context
The CAMARA APIs define 401 and 403 error responses that include an optional x-correlator header. For example, in SimSwap v1.0.0 and CAMARA_common.yaml r0.4.0. In architectures where the AZ validates the request before it reaches the service API, x-correlator support may be required at the AZ level.
Questions
Is x-correlator support required at all OIDC endpoints (e.g. GET /auth, POST /bc-authorize, POST /token)?
Should the ICM documentation make a note about expected x-correlator behaviour for 401/403 service API responses?
The text was updated successfully, but these errors were encountered:
However, the authentication flows follow the OAuth/OIDC/CIBA standards and have their own interface definitions, errors, headers, etc. I see no reason for ICM to require x-correlator header for the authentication flows endpoints just because it is defined for CAMARA APIs requests/responses.
Context
The CAMARA APIs define
401
and403
error responses that include an optionalx-correlator
header. For example, in SimSwap v1.0.0 and CAMARA_common.yaml r0.4.0. In architectures where the AZ validates the request before it reaches the service API,x-correlator
support may be required at the AZ level.Questions
GET /auth
,POST /bc-authorize
,POST /token
)?x-correlator
behaviour for401
/403
service API responses?The text was updated successfully, but these errors were encountered: