Skip to content

Conversation

@nwalsh1995
Copy link

Adds openid as a parameter to allow for async authorities later.

Idea for async authority: Async authority will have a async classmethod that returns the openid_config and then it will use the default initializer of this class to pass it in. When implementing the async version, logic will be shared between the sync/async for if openid_config is None

Copy link
Contributor

@rayluo rayluo left a comment

Choose a reason for hiding this comment

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

Thanks for this effort! :-)

Besides the actual comments in code below, let's also adjust a global thing. This code base uses the Git Flow to organize our branches and releases. So, our normal PRs would be merged back to dev branch, not master branch. In this particular case, though, it seems we are heading to have multiple small PRs down the road (which is great!), so perhaps we can create an async-feature branch and then all relevant smaller PRs would merge into such async-feature branch?

@nwalsh1995 nwalsh1995 changed the base branch from master to async-feature February 4, 2020 23:00
Copy link
Contributor

@rayluo rayluo left a comment

Choose a reason for hiding this comment

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

Thanks for adjusting the PR. LGTM. You can merge it to async-feature at any time.

@rayluo rayluo merged commit 4c527fb into AzureAD:async-feature Feb 5, 2020
DharshanBJ pushed a commit that referenced this pull request Oct 4, 2024
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