Skip to content

Commit

Permalink
auth: correct target for entra id
Browse files Browse the repository at this point in the history
  • Loading branch information
tronghn committed Nov 21, 2024
1 parent 9f44531 commit 88b0459
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/auth/entra-id/how-to/consume-m2m.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ The value for `target` is the identifier for the application you wish to make ca
```json
{
"identity_provider": "azuread",
"target": "api://<cluster>:<namespace>:<application>/.default"
"target": "api://<cluster>.<namespace>.<application>/.default"
}
```

Expand Down
2 changes: 1 addition & 1 deletion docs/auth/entra-id/how-to/consume-obo.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Set `user_token` to the user's access token.
```json
{
"identity_provider": "azuread",
"target": "api://<cluster>:<namespace>:<application>/.default",
"target": "api://<cluster>.<namespace>.<application>/.default",
"user_token": "eyJra..."
}
```
Expand Down

0 comments on commit 88b0459

Please sign in to comment.