Skip to content
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

docs/source/getting-started: mention openid scope for AzureAD + MFA #478

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/source/getting-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,10 @@ This sample code is provided for you in ``examples > azuread > sample_jupyter_co

- Make sure to replace the values in ``'{}'`` with your APP, TENANT, DOMAIN, etc. values

- You might need to add at least the ``openid`` scope if your
organization requires MFA (``c.AzureAdOAuthenticator.scope =
['openid']``), in addition to whatever else you need.

- Follow this
`link to create an AAD APP <https://www.netiq.com/communities/cool-solutions/creating-application-client-id-client-secret-microsoft-azure-new-portal/>`__

Expand Down