-
Notifications
You must be signed in to change notification settings - Fork 21
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!! |
We are now deprecating the React SDK, so we will not be addressing the open issues. |
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: