Scope profile in universal login

I’m trying to use universal login without making too many changes to the default template.
I noticed that the “profile” scope was not included in config.internalOptions.
What is the recommended way to add the profile scope?
Best

You should ensure that the client application is sending the required scopes when calling /authorize; in other words, don’t feel tempted to set scopes in the universal login page template itself.

If the client application requests the necessary scopes then the default template will work fine and the application (assuming nothing else prevents it) will receive a response according to the required scopes.

1 Like

Thank you for your reply!

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.