-
Notifications
You must be signed in to change notification settings - Fork 62
Closed
Labels
needs triage 🔍New issue, needs triageNew issue, needs triage
Description
Where did you get the code?
Followed the tutorial from Microsoft Graph tutorials
Describe the bug
There is a typo in the documentation that refers to a non-existent function, get_sign_in_url leading to unnecessary ImportError.
from tutorial.auth_helper import get_sign_in_url, get_token_from_code, store_user, remove_user_and_token, get_tokenTo Reproduce
Steps to reproduce the behavior:
- Go to 'Python tutorial main page'
- Click on 'Step 3: Add Azure AD authentication'
- Scroll down to 'Step 5 under Get user details'
- See typo
Expected behavior
from tutorial.auth_helper import get_sign_in_flow, get_token_from_code, store_user, remove_user_and_token, get_tokenScreenshots
Metadata
Metadata
Assignees
Labels
needs triage 🔍New issue, needs triageNew issue, needs triage
