We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
openid
2 parents ee27c96 + 1befb1b commit ed9a189Copy full SHA for ed9a189
src/globus_sdk/globus_app/app.py
@@ -535,6 +535,13 @@ def scope_requirements(self) -> dict[str, list[Scope]]:
535
536
Modifying the returned dict will not affect the app's scope requirements.
537
To add scope requirements, use ``GlobusApp.add_scope_requirements()``.
538
+
539
+ .. note::
540
541
+ Users may observe that Globus Auth (``'auth.globus.org'``) is always
542
+ present, and always maps to the ``openid`` scope, even when the user has
543
+ not added this scope. This mapping is expected, as the ``openid`` scope is
544
+ needed internally for the functionality provided by ``GlobusApp``.
545
"""
546
# Scopes are mutable objects so we return a deepcopy
547
return copy.deepcopy(self._scope_requirements)
0 commit comments