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

Add additional metadata parameters to OpenIdConnectConfiguration #2637

Merged
merged 1 commit into from
Jun 17, 2024

Conversation

joegoldman2
Copy link
Contributor

@joegoldman2 joegoldman2 commented Jun 15, 2024

Continuation of #2499. This PR adds the following metadata parameters:

  • code_challenge_methods_supported
  • device_authorization_endpoint
  • revocation_endpoint
  • revocation_endpoint_auth_methods_supported
  • revocation_endpoint_auth_signing_alg_values_supported

Better to review it without whitespace diff: https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2637/files?diff=unified&w=1.

Fixes #2456.

  • You've read the Contributor Guide and Code of Conduct.
  • You've included unit or integration tests for your change, where applicable.
  • You've included inline docs for your change, where applicable.
  • If any gains or losses in performance are possible, you've included benchmarks for your changes. More info
  • There's an open issue for the PR that you are making. If you'd like to propose a new feature or change, please open an issue to discuss the change or find an existing issue.

@joegoldman2 joegoldman2 requested a review from a team as a code owner June 15, 2024 20:21
@brentschmaltz brentschmaltz merged commit d0131d5 into AzureAD:dev Jun 17, 2024
5 checks passed
@joegoldman2 joegoldman2 deleted the fix/2456 branch June 17, 2024 19:16
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.

[Feature Request] Add support for Google first class discover properties
2 participants