Google SSO session will never expire - no ID and REFRESH token received #555
Unanswered
andreamarinaro
asked this question in
Q&A
Replies: 1 comment
-
Someone? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
we are using cognito with openidc module but we are not able to execute the call to token endpoint of the Cognito (POST /oauth2/token) after the auth call(GET /oauth2/authorize).
Due to this we are not able to generate ID TOKEN and REFRESH TOKEN, even if the authentication part via Google SSO is correctly working.
This is our conf:
We expect to be logged out after 5 mins but this is not happening, the session is always valid and it never expires.
We manage to log-in via Google SSO.
We've enabled debug logging on Apache, and still we cannot find the issue that is preventing us to receive ID and REFRESH tokens, please let us know if we need to include specific log entries, but I guess the problem is here:
Any help or idea would be really appreciated. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions