Connecting with solid-auth-client and asking for apps permissions

I am using solid-auth-client to let SOLID users connect to my application.
It is working, however, I don’t have the page asking the user to grant access rights to the application. How can I make sure this page displays ?
Thaak you
Walter

1 Like

I got same question, and the response was to use a local dist/popup.html found in solid-auth-client node_module instead of the default remote https://github.com/scenaristeur/agora/blob/a7e75c2f479f42e0601b96ccd68925c337e49f29/src/views/login-element.js#L93

2 Likes

Presumably, what happens here is that the account you’re testing with has already given the origin (roughly, domain+subdomain, so the origin of the current page is forum.solidproject.org) permission - so it won’t ask again. To verify, you can create a new Pod somewhere and test it with that.

Alternatively, you can remove those permissions for the existing account. To do so, you can follow these instructions by @kevin.howard.

1 Like

Oh yes this is working ! thank you

2 Likes