Skip to content

Commit

Permalink
GITBOOK-3555: No subject
Browse files Browse the repository at this point in the history
  • Loading branch information
Health Samurai authored and gitbook-bot committed Sep 10, 2024
1 parent fc57695 commit c543b54
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions security-and-access-control-1/how-to-guides/token-introspection.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,20 @@ jwt:
secret: very-secret
```

The other example would be: 

```html
PUT /TokenIntrospector/external-auth-server
content-type: text/yaml

resourceType: TokenIntrospector
id: external-auth-server
type: "jwt"
jwt:
iss: <AUTH_SERVER_URL>
jwks_uri: <AUTH_SERVER_URL>/.well-known/jwks.json"
```

{% hint style="warning" %}
Currently we use common `secret` to validate our introspector works. In production installations it's better to switch to `jwks_uri` instead
{% endhint %}
Expand Down

0 comments on commit c543b54

Please sign in to comment.