Is there a way to change what to pop up says in the notes. Would like to provide more information to use about what information is shared about them, instead of just, “This allows the app and website to share information about you”
Hi there @Flotemer !
Do you mind sharing a screenshot of the exact popup/dialogue you are looking to alter?
Thanks!
Just following up here I believe this is related to customizing consent prompts:
Hello, Sorry, just saw the notification here.
The prompt was a notification generated by the IOS device itself.
I was able to stop the system from generating the notification by setting ephemeralSession to true.
auth0.webAuth
.authorize(
{scope: 'openid profile email', prompt: 'login'},
{ephemeralSession: false},
)
1 Like
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.