Skip to content

Added JsonWebTokenHandler and TokenHandlers #48857

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 1 commit into from
Jun 16, 2023

Conversation

brentschmaltz
Copy link
Contributor

{PR title}

  • 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.
  • 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.

Summary of the changes (Less than 80 chars)

Description

{Detail}

Fixes #{bug number} (in this specific format)

@brentschmaltz brentschmaltz requested review from a team and Tratcher as code owners June 16, 2023 18:04
@ghost ghost added the area-auth Includes: Authn, Authz, OAuth, OIDC, Bearer label Jun 16, 2023
@brentschmaltz brentschmaltz merged this pull request into Wilson7 Jun 16, 2023
@brentschmaltz brentschmaltz deleted the brentsch/JsonWebTokenHandler branch June 16, 2023 18:04
brentschmaltz added a commit that referenced this pull request Jun 16, 2023
brentschmaltz added a commit that referenced this pull request Jun 22, 2023
brentschmaltz added a commit that referenced this pull request Jul 7, 2023
wtgodbe pushed a commit that referenced this pull request Jul 21, 2023
…49542)

* Option to use JsonWebTokenHandler in OpenIdConnectHandler

* fix sample

* split event tests

* update IdentityModel to 6.31.0

* Added JsonWebTokenHandler and TokenHandlers (#48857)

Co-authored-by: Brent Schmaltz <[email protected]>

* adjust for claims mapping
remove using System

* moved api's to unshipped

* Addressed PR comments

* Removed setter.

* Use 7.0.0-preview for identity model libraries

* fix bild break, useTokenHanlders default false.

* use var for identitymodel versions

* Move new apis to unshipped

* Increase key size to 256 bits or HMAC will fail.

* update version of identity model libraries (#49349)

Co-authored-by: Keegan Caruso <[email protected]>

* Update Wilson7 branch (#49491)

* SymmetricSecurityKey needs 32 bytes

* Update source-build-externals dependencies

---------

Co-authored-by: Keegan Caruso <[email protected]>

* Update Wilson7 branch (#49524)

* Update Wilson7 branch

Default to using new handlers
Changes from API review

* Handle obsolete members

* Handle obsolete members in tests

* Add aka.ms link

---------

Co-authored-by: Keegan Caruso <[email protected]>

* Changes from API review

* Comments from review

---------

Co-authored-by: Keegan Caruso <[email protected]>
Co-authored-by: Brent Schmaltz <[email protected]>
Co-authored-by: BrentSchmaltz <[email protected]>
Co-authored-by: Safia Abdalla <[email protected]>
eerhardt pushed a commit that referenced this pull request Jul 21, 2023
…49541)

* Option to use JsonWebTokenHandler in OpenIdConnectHandler

* fix sample

* split event tests

* update IdentityModel to 6.31.0

* Added JsonWebTokenHandler and TokenHandlers (#48857)

Co-authored-by: Brent Schmaltz <[email protected]>

* adjust for claims mapping
remove using System

* moved api's to unshipped

* Addressed PR comments

* Removed setter.

* Use 7.0.0-preview for identity model libraries

* fix bild break, useTokenHanlders default false.

* use var for identitymodel versions

* Move new apis to unshipped

* Increase key size to 256 bits or HMAC will fail.

* update version of identity model libraries (#49349)

Co-authored-by: Keegan Caruso <[email protected]>

* Update Wilson7 branch (#49491)

* SymmetricSecurityKey needs 32 bytes

* Update source-build-externals dependencies

---------

Co-authored-by: Keegan Caruso <[email protected]>

* Update Wilson7 branch (#49524)

* Update Wilson7 branch

Default to using new handlers
Changes from API review

* Handle obsolete members

* Handle obsolete members in tests

* Add aka.ms link

---------

Co-authored-by: Keegan Caruso <[email protected]>

* Changes from API review

* Comments from review

---------

Co-authored-by: Keegan Caruso <[email protected]>
Co-authored-by: Brent Schmaltz <[email protected]>
Co-authored-by: BrentSchmaltz <[email protected]>
Co-authored-by: Safia Abdalla <[email protected]>
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant