Skip to content

Add docs for remaining security items #26827

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

Merged
merged 3 commits into from
Oct 14, 2020
Merged

Conversation

pranavkm
Copy link
Contributor

@pranavkm pranavkm commented Oct 12, 2020

  • Google / Facebook / Microsoft Account auth
  • Authorization, Authorization.Policy

Contributes to #26397

* Google / Facebook / Microsoft Account auth
* Authorization, Authorization.Policy

Contributes to #26397
@pranavkm pranavkm requested a review from Tratcher as a code owner October 12, 2020 21:02
@ghost ghost added the area-auth Includes: Authn, Authz, OAuth, OIDC, Bearer label Oct 12, 2020
@pranavkm pranavkm added the tell-mode Indicates a PR which is being merged during tell-mode label Oct 12, 2020
@pranavkm pranavkm added this to the 5.0.0 milestone Oct 12, 2020
@pranavkm pranavkm requested a review from HaoK October 12, 2020 21:03
public MicrosoftChallengeProperties(IDictionary<string, string> items, IDictionary<string, object> parameters)
: base(items, parameters)
{ }

/// <summary>
/// The "response_mode" parameter value being used for a challenge request.
/// Gets or sets the value for the <c>response_mode</c> parameter used for a challenge request. The response mode specifies the method
/// that should be used to send the resulting token back to the app. Can be one of the following: <c>query</c>, <c>fragment</c>, <c>form_post</c>.
Copy link
Member

Choose a reason for hiding this comment

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

@Kahbazi do you know why ResponseMode was added here? (#11059)

Only the default query is actually supported.

Copy link
Member

Choose a reason for hiding this comment

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

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@Tratcher should we document that configuring this property isn't recommended?

Copy link
Member

Choose a reason for hiding this comment

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

Nobody's noticed since it was introduced in 3.0. We can obsolete it in 6.0.

Copy link
Member

Choose a reason for hiding this comment

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

@Kahbazi would you like to file an issue and/or send a PR?

Copy link
Member

Choose a reason for hiding this comment

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

@Tratcher I have created a PR (#26938).

@mkArtakMSFT mkArtakMSFT merged commit fae3437 into release/5.0 Oct 14, 2020
@mkArtakMSFT mkArtakMSFT deleted the prkrishn/sec-docs-3 branch October 14, 2020 22:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-auth Includes: Authn, Authz, OAuth, OIDC, Bearer tell-mode Indicates a PR which is being merged during tell-mode
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants