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
Correct me if I'm wrong, but IDY.24 implements OIDC openid/userinfo API, not juts coincidentally uses the same endpoint.
OIDC describe this endpoint as a GET API. Using POST here is incompatible with OIDC and breaks REST design principles ("POST UserInfo" looks like an update/create API).
The text was updated successfully, but these errors were encountered:
SimSwap/code/API_definitions/MobileConnect/MC_ATP.yaml
Line 75 in c317b02
Correct me if I'm wrong, but IDY.24 implements OIDC openid/userinfo API, not juts coincidentally uses the same endpoint.
OIDC describe this endpoint as a GET API. Using POST here is incompatible with OIDC and breaks REST design principles ("POST UserInfo" looks like an update/create API).
The text was updated successfully, but these errors were encountered: