-
Notifications
You must be signed in to change notification settings - Fork 21
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
Is clientName working? #693
Comments
Try putting it in the <LoginButton
...
authOptions={{ clientName: "My App" }}
/> That data is forwarded to the login function here
|
Thank you so much @jeswr. Worked like a charm! |
Oh wait. I closed the issue, but it's still a bug isn't it? Passing |
If you want to set even more data on the Consent screen, I'd recommend looking at Client Identifier Documents: https://docs.inrupt.com/developer-tools/javascript/client-libraries/tutorial/authenticate-client/ Then your client_id is a URL and you aren't using a dynamically registered client |
clientName currently isn't passed through there for logging in, but:
Should work though |
Yup. That fixed it. Also I created a Everything works perfect now. Thank you @ThisIsMissEm!! |
Search terms you've used
Bug description
clientName
orsessionId
in eitherSessionProvider
orLogInButton
doesn't change the app's name during LoginExpected result
Actual result
Environment
Please run
npx envinfo --system --npmPackages --binaries --npmGlobalPackages --browsers
in your project folder and paste the output here:
Additional information
The text was updated successfully, but these errors were encountered: