Skip to content

Cannot log in with WebID #11

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

Open
edmondchuc opened this issue Sep 29, 2021 · 1 comment
Open

Cannot log in with WebID #11

edmondchuc opened this issue Sep 29, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@edmondchuc
Copy link

Hi, love your work!

There's been a couple of Solid apps I've tested which I cannot log in with my WebID. I am not sure if this is because the Inrupt Pod Spaces work a bit differently in terms of how it authenticates users.

The URL it is trying to make a request from is https://pod.inrupt.com/.well-known/openid-configuration and the response is a 401 with a body.

{
    "error": {
        
        "code": "401",
        "message": "Unauthorized"
    }
}

Media Kraken works fine though.

@NoelDeMartin
Copy link
Owner

Hey, thanks for opening an issue!

Yes, I'm aware that the app doesn't work with Inrupt and other of the more modern PODs (like the community server). The reason is that the previous library — solid-auth-client — has been deprecated and no longer works with new PODs. You can look at how this issue was solved in Media Kraken here: NoelDeMartin/media-kraken#9

Now, as to when this will be fixed here, to be honest it may take a while. This was my first Solid App and since I made this I learned a lot, so there are many things I have to improve. You can read an announcement I posted recently about my plans for that: #10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants