Skip to content

Commit d5129f8

Browse files
committed
Update external-idp.md
1 parent 6343832 commit d5129f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/content/in-dev/unreleased/external-idp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ The property `polaris.authentication.token-broker.max-token-generation` specifie
9292

9393
### Token Service
9494

95-
The [`TokenService`](https://github.com/apache/polaris/blob/main/service/common/src/main/java/org/apache/polaris/service/auth/AuthenticationRealmConfiguration.java) is responsible for issuing and validating tokens (e.g., bearer tokens) for authenticated principals when internal authentication is used. It works in coordination with the `Authenticator` and `TokenBroker`. The default implementation is `default`, and this must be configured when using internal authentication.
95+
The `TokenService` (Quarkus) is responsible for issuing and validating tokens (e.g., bearer tokens) for authenticated principals when internal authentication is used. It works in coordination with the `Authenticator` and `TokenBroker`. The default implementation is `default`, and this must be configured when using internal authentication.
9696

9797
```properties
9898
polaris.authentication.token-service.type=default

0 commit comments

Comments
 (0)