Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Authentication failure! no implicit conversion of Hash into String (version 0.6.1) #162

Open
phyzalis opened this issue Aug 2, 2023 · 3 comments

Comments

@phyzalis
Copy link

phyzalis commented Aug 2, 2023

Hi,

I have just upgraded from version 0.5.0 to version 0.6.1.

I am not able to update to newest version because I am using another gem (oidc_provider) and it needs version 1 of openid_connect

I am now having issues when trying to connect and I am getting this error message :

 Authentication failure! no implicit conversion of Hash into String: TypeError, no implicit conversion of Hash into String

I was thinking that maybe the trick was this commit https://github.com/omniauth/omniauth_openid_connect/pull/157/files/d07bea0775c7aac8282e3ad6337efb227a783567 and I have tried to do a fork to implement it on version 0.6.1 but it is not working.

I don't know where to look at

@davidwessman
Copy link
Contributor

Do you get this in tests or just in production?

Would be great if you could get a full backtrace:
https://stackoverflow.com/a/8812140/4762756

@phyzalis
Copy link
Author

phyzalis commented Aug 2, 2023

I am in production and I would be happy to be able to have more logs than that

The only log I have before is

(fr_psc) Callback phase initiated.
(fr_psc) Authentication failure! no implicit conversion of Hash into String: TypeError, no implicit conversion of Hash into String

@phyzalis
Copy link
Author

phyzalis commented Aug 2, 2023

But I think the issue is with Faraday because version has been updated to be able to use the oidc_provider gem

Capture d’écran 2023-08-02 à 10 44 18

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants