You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If an app is deployed on a non-solid-server I need to specify it as trusted since NSS5.
If I login using popupLogin to solid.community with popupUri set to the popup.html on my dev NSS server, after login, it asks me to add that dev server to the trusted apps, instead of localhost or the domain of the deployed app.
If I specify the app location as callbackUri, solid.community asks me to add the app location as trusted app, but it also loads that app in the widget, which is probably the expected behavior. But I also couldn't figure out how to use callbackUri properly, as it seems to be undocumented.
So I envision a option appOrigin to tell the IDP wich Uri to add to trusted apps.
The text was updated successfully, but these errors were encountered:
If an app is deployed on a non-solid-server I need to specify it as trusted since NSS5.
If I login using
popupLogin
to solid.community withpopupUri
set to the popup.html on my dev NSS server, after login, it asks me to add that dev server to the trusted apps, instead of localhost or the domain of the deployed app.If I specify the app location as
callbackUri
, solid.community asks me to add the app location as trusted app, but it also loads that app in the widget, which is probably the expected behavior. But I also couldn't figure out how to usecallbackUri
properly, as it seems to be undocumented.So I envision a option
appOrigin
to tell the IDP wich Uri to add to trusted apps.The text was updated successfully, but these errors were encountered: