rzrbld / adminio-api

simple admin API for min.io (minio) s3 server
MIT License
23 stars 8 forks source link

Session error #22

Open damien-d-gerard opened 3 years ago

damien-d-gerard commented 3 years ago

Hello All,

I would like to implement the new provider OpenId (auto discovery) into adminio but I'm litte stuck

After a good build, when I launched the Oauth authentification proceess I got the error:

session value for openid-connect not found

Someone has a idea of what this error come from ?

Redirection looks like:

https://adminio-api.domain.com/auth/callback?state=https%3A%2F%2Fadminnio.domain.com%2F&session_state=4ba51004-eee1-44eb-a639-c3f686929437&code=9bde45d8-161d-408c-8e25-be37bfbd979f.4ba51004-eee1-44eb-a639-c9f686929437.4aeq8c64-6f50-414f-abdb-6549b2976f4b

Thanks