Skip to content

Commit

Permalink
updating OIDC notes with Microsoft Entra ID support
Browse files Browse the repository at this point in the history
  • Loading branch information
cumarav committed Nov 21, 2023
1 parent d642bfb commit 80437f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ Check that the URL `jwks_uri` contains the key for OIDC token validation.
:::tip**Tips**
API ML Gateway exposes a validate token `POST /gateway/api/v1/auth/oidc-token/validate` operation which is suitable during the OIDC setup. The Gateway expects JSON `{ token, serviceId }`. The call allows to verify that OIDC token is trusted by the API ML. The accounts mapping step is not included in that flow.
API ML Gateway exposes a validate token `POST /gateway/api/v1/auth/oidc-token/validate` operation which is suitable during the OIDC setup. The Gateway expects JSON `{ token, serviceId }`. The operation allows to verify that OIDC token is trusted by the API ML. The accounts mapping step is not included in that operation.
:::
## Azure Entra ID OIDC notes
Expand Down

0 comments on commit 80437f0

Please sign in to comment.