Skip to content

Commit b274856

Browse files
committed
maybe fix link
1 parent 6d7a6cc commit b274856

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/docs/reference/bearer-token-format.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Authorization: Bearer Token
2929

3030
Pomerium's `default` behavior is to pass bearer tokens to upstream applications without interpreting them. Pomerium also supports creating sessions from tokens issued by an identity provider without needing to initiate an interactive login. If the `idp_access_token` option is used, then the bearer token will be interpreted as an IdP-issued access token. If the `idp_identity_token` option is used, then the bearer token will be interpreted as an IdP-issued identity token.
3131

32-
Currently only [Microsoft Entra](../../integrations/user-identity/azure) is supported with this option.
32+
Currently only [Microsoft Entra](../integrations/user-identity/azure) is supported with this option.
3333

3434
This option can also be configured at the route-level.
3535

content/docs/reference/idp-access-token-allowed-audiences.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import TabItem from '@theme/TabItem';
2020

2121
**IdP Access Token Allowed Audiences** controls how the audience claim of an incoming IdP-issued access token is validated.
2222

23-
For [Microsoft Entra](../../integrations/user-identity/azure) an access-token is a JWT with an audience claim. When the IdP Access Token Allowed Audiences option is set, the `aud` claim of the access token JWT must match one of the entries.
23+
For [Microsoft Entra](../integrations/user-identity/azure) an access-token is a JWT with an audience claim. When the IdP Access Token Allowed Audiences option is set, the `aud` claim of the access token JWT must match one of the entries.
2424

2525
This option can also be configured at the route-level.
2626

0 commit comments

Comments
 (0)