Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 578 Bytes

google-compatibility.md

File metadata and controls

24 lines (16 loc) · 578 Bytes

Google compatibility

Refresh token

Google openid-connect API supports refresh token, but not if requested as a scope.

You must configure an extra option in request. To do so, add this to Loginapp configuration file:

config:
  oidc:
    extra:
      authCodeOpts:
        access_type: offline
        prompt: consent

These options will be added to the authentication request.

For more informations: