You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm avoiding putting this in Issues because it's entirely possible it's my error, not a bug.
I'm trying to configure oauth with trino v364. When I deploy, I'm seeing that trino is loading the appropriate configs. However, when I try authenticate via either the webUI or the cli, I get the following error in the coordinator logs -
2022-04-05T20:07:31.871Z DEBUG http-worker-223 io.trino.server.security.oauth2.OAuth2Service Authentication response could not be verified: state=eyJhbGciOiJIUzI1NiJ9.eyJhdWQiOiJ0cmlub19vYXV0aF91aSIsImV4cCI6MTY0OTE5MDE0MX0.cktc3i5s-8IoSxSehdUQbRyeyABO2iHx1g0wVQEHXoQ
io.trino.server.security.oauth2.ChallengeFailedException: no valid expiration date
When I use the debug console in my browser (I tried both Firefox and Chrome) the request cookie expiration date is reasonable - it's set 15m into the future - and the response cookie, which is a delete cookie, has an expiry value of 0.
Am I doing anything silly?
More detail -
I'm authenticating against a self hosted gitlab instance, and my config looks something like this -
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I'm avoiding putting this in Issues because it's entirely possible it's my error, not a bug.
I'm trying to configure oauth with trino v364. When I deploy, I'm seeing that trino is loading the appropriate configs. However, when I try authenticate via either the webUI or the cli, I get the following error in the coordinator logs -
When I use the debug console in my browser (I tried both Firefox and Chrome) the request cookie expiration date is reasonable - it's set 15m into the future - and the response cookie, which is a delete cookie, has an expiry value of 0.
Am I doing anything silly?
More detail -
I'm authenticating against a self hosted gitlab instance, and my config looks something like this -
Beta Was this translation helpful? Give feedback.
All reactions