Google Authentication provider
google-login
This type provides the following service implementations:
-
io.helidon.security.spi.SecurityProvider -
io.helidon.security.spi.AuthenticationProvider
Configuration options
| key | type | default value | description |
|---|---|---|---|
|
string |
|
Google application client id, to validate that the token was generated by Google for us. |
|
boolean |
|
If set to true, this provider will return io.helidon.security.SecurityResponse.SecurityStatus.ABSTAIN instead of failing in case of invalid request. |
|
|
Outbound configuration - a set of outbound targets that will have the token propagated. |
|
|
string |
|
Set proxy host when talking to Google. |
|
int |
|
Set proxy port when talking to Google. |
|
string |
|
Set the authentication realm to build challenge, defaults to "helidon". |
|
|
Token provider to extract Google access token from request, defaults to "Authorization" header with a "bearer " prefix. |