HelidonHelidon4.5.0

io.helidon.security.providers.google.login.GoogleTokenProvider

Description

Google Authentication provider

Configuration options

KeyTypeDefaultDescription
proxy-portInteger80Set proxy port when talking to Google
outboundOutboundConfigOutbound configuration - a set of outbound targets that will have the token propagated
proxy-hostStringSet proxy host when talking to Google
optionalBooleanfalseIf set to true, this provider will return io.helidon.security.SecurityResponse.SecurityStatus#ABSTAIN instead of failing in case of invalid request
realmStringhelidonSet the authentication realm to build challenge, defaults to "helidon"
client-idStringGoogle application client id, to validate that the token was generated by Google for us
tokenTokenHandler`Authorization` header with `bearer` prefixToken provider to extract Google access token from request, defaults to "Authorization" header with a "bearer " prefix

Usages


See the manifest for all available types.

Copyright © 2018, 2026 Oracle and/or its affiliates.