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

An unexpected error occurred during the authentication process. #76

Open
FJBDev opened this issue Nov 18, 2021 · 2 comments
Open

An unexpected error occurred during the authentication process. #76

FJBDev opened this issue Nov 18, 2021 · 2 comments
Assignees
Labels

Comments

@FJBDev
Copy link

FJBDev commented Nov 18, 2021

This is the error message I get when I tried to sign in with GitHub.

An unexpected error occurred during the authentication process.

It works several weeks ago
I still receive emails for the artifacts I bookmarked when I used to be able to log in with my GitHub account but sadly I can't access my list of artifacts or modify it due to this authentication issue.

Thanks in advance

@marob
Copy link
Contributor

marob commented Nov 18, 2021

Hi, this is probably due to https://developer.github.com/changes/2020-02-10-deprecating-auth-through-query-param/.

But, this will be complicated to solve:

  • the project is not compiling anymore as OWSI-related dependencies don't seem to be available in the good version in any public repository anymore (this could be solved by rebuilding them from sources from igloo-project repository)
  • we use pac4j for authentication. So we should upgrade the version we use (1.7.0) to one that handles new GitHub authentication restrictions... but this would probably cause some compatibility issue with current code, spring-security-pac4j version, ... requiring to upgrade Spring version, so OWSI version, etc...

@marob marob added the bug label Nov 18, 2021
@marob marob self-assigned this Nov 18, 2021
@marob
Copy link
Contributor

marob commented Nov 18, 2021

Linked to #72

marob added a commit that referenced this issue Jan 24, 2022
Redirections (to OAuth providers and back to application) seem to work, but user is not extracted from the response.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants