Skip to content

Commit 2539e8e

Browse files
DOC-377: Address review feedback on identity source docs
Move IsAuthorizedWithToken/BatchIsAuthorizedWithToken out of the "when you create an identity source, LocalStack:" bullet list. Using those APIs is a consequence of having a configured identity source, not an action LocalStack performs at creation time.
1 parent d246d9d commit 2539e8e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/content/docs/aws/services/verifiedpermissions.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,8 @@ When you create an identity source with an [`OpenIdConnectConfiguration`](https:
137137
- Validates JWT signatures against the issuer's public keys
138138
- Enforces token expiration (`exp` claim)
139139
- Extracts principal information and group memberships from token claims
140-
- Evaluates authorization requests using [`IsAuthorizedWithToken`](https://docs.aws.amazon.com/verifiedpermissions/latest/apireference/API_IsAuthorizedWithToken.html) and [`BatchIsAuthorizedWithToken`](https://docs.aws.amazon.com/verifiedpermissions/latest/apireference/API_BatchIsAuthorizedWithToken.html)
140+
141+
Once the identity source is configured, you can evaluate authorization requests using tokens from that provider with [`IsAuthorizedWithToken`](https://docs.aws.amazon.com/verifiedpermissions/latest/apireference/API_IsAuthorizedWithToken.html) and [`BatchIsAuthorizedWithToken`](https://docs.aws.amazon.com/verifiedpermissions/latest/apireference/API_BatchIsAuthorizedWithToken.html).
141142

142143
:::note
143144
For local development scenarios where the OIDC issuer may not be reachable or uses a self-signed certificate, you can disable JWT signature verification by setting the `VERIFIEDPERMISSIONS_DISABLE_JWT_VERIFICATION=1` environment variable. See the [Configuration reference](/aws/customization/configuration-options/#verified-permissions) for details.

0 commit comments

Comments
 (0)