Skip to content

Conversation

@tgberkeley
Copy link
Collaborator

No description provided.


Our `State` class has three state variables `_access_token`, `_flow`, and `_token`.

The `_access_token` is the token that allows you to interact with Microsoft applications and access data from Microsoft that is relevant to you. The `_flow` variable is used to initiate the authentication flow, and the `_token` variable stores the token that is returned from Microsoft. All of these variables are [backend variables]({docs.vars.base_vars.path}#backend-only-vars) and therefore the user cannot change these via the UI. {docs.vars.base_vars.path}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

and the _token variable stores the token that is returned from Microsoft.

maybe should be

and the _token variable stores the the decoded token and claims that is returned from Microsoft.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

changed

@tgberkeley tgberkeley merged commit 0e9662f into main Nov 21, 2024
4 checks passed
@Kastier1 Kastier1 deleted the microsoft-auth-blog branch January 25, 2025 01:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants