io.helidon.security.providers.google.login.GoogleTokenProvider
Description
Google Authentication provider
Configuration options
| Key | Type | Default | Description |
|---|---|---|---|
proxy-port | Integer | 80 | Set proxy port when talking to Google |
outbound | OutboundConfig | Outbound configuration - a set of outbound targets that will have the token propagated | |
proxy-host | String | Set proxy host when talking to Google | |
optional | Boolean | false | If set to true, this provider will return io.helidon.security.SecurityResponse.SecurityStatus#ABSTAIN instead of failing in case of invalid request |
realm | String | helidon | Set the authentication realm to build challenge, defaults to "helidon" |
client-id | String | Google application client id, to validate that the token was generated by Google for us | |
token | TokenHandler | `Authorization` header with `bearer` prefix | Token provider to extract Google access token from request, defaults to "Authorization" header with a "bearer " prefix |
Usages
See the manifest for all available types.