Skip to content

Commit

Permalink
escape HTML signs
Browse files Browse the repository at this point in the history
Signed-off-by: ac892247 <[email protected]>
  • Loading branch information
achmelo committed Dec 5, 2024
1 parent 09353e1 commit fda7fb6
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/extend/extend-apiml/api-mediation-oidc-authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,22 +113,22 @@ components:
```
- **provider-id**
The ID of the Identity provider. Currently supported options are `okta` and `entra`.
- **components.gateway.spring.security.oauth2.client.registration.<provider-id>.issuer**
- **components.gateway.spring.security.oauth2.client.registration.\<provider-id>.issuer**
The URL of the Token issuer.
Example: `https://dev-okta.com/oauth2`.
- **components.gateway.spring.security.oauth2.client.registration.<provider-id>.clientId**
- **components.gateway.spring.security.oauth2.client.registration.\<provider-id>.clientId**
The Client application ID.
- **components.gateway.spring.security.oauth2.client.registration.<provider-id>.clientSecret**
- **components.gateway.spring.security.oauth2.client.registration.\<provider-id>.clientSecret**
The Client application secret.
- **components.gateway.spring.security.oauth2.client.provider.<provider-id>.authorizationUri**
- **components.gateway.spring.security.oauth2.client.provider.\<provider-id>.authorizationUri**
The URL for the authorization request.
- **components.gateway.spring.security.oauth2.client.provider.<provider-id>.tokenUri**
- **components.gateway.spring.security.oauth2.client.provider.\<provider-id>.tokenUri**
The URL to obtain the token.
- **components.gateway.spring.security.oauth2.client.provider.<provider-id>.userInfoUri**
- **components.gateway.spring.security.oauth2.client.provider.\<provider-id>.userInfoUri**
The URL to retrieve user information.
- **components.gateway.spring.security.oauth2.client.provider.<provider-id>.userNameAttribute**
- **components.gateway.spring.security.oauth2.client.provider.\<provider-id>.userNameAttribute**
The JWT attribute to locate the user ID.
- **components.gateway.spring.security.oauth2.client.provider.<provider-id>.jwkSetUri**
- **components.gateway.spring.security.oauth2.client.provider.\<provider-id>.jwkSetUri**
The URL to retrieve the JSON Web Key Set.


Expand Down

0 comments on commit fda7fb6

Please sign in to comment.