Skip to content
This repository has been archived by the owner on Sep 18, 2021. It is now read-only.

#570 - Added Exponent and Modulus members to JWKS Discovery Document #580

Merged
merged 1 commit into from
Nov 22, 2014

Conversation

ScottDLance
Copy link
Contributor

Updated the DiscoveryEndpointController:

  • Added e & n members to the JsonWebKeyDto
  • Retrieved the exponent and modulus members from the Certificate
  • Assigned the e & n members of the webKey

This change brings the JWKS Discovery Document into conformance with JSON Web Key (JWK) Section 4.2.2 where if the algorithm is RSA, then the Exponent and Modulus must be included

…Connect/DiscoveryEndpointController.cs/JsonWebKeyDto class, updated the GetKeyData method to populate the Exponent and Modulus for the JWKS key
@leastprivilege
Copy link
Member

Have you signed the CLA?

@ScottDLance
Copy link
Contributor Author

Yes

leastprivilege added a commit that referenced this pull request Nov 22, 2014
#570 - Added Exponent and Modulus members to JWKS Discovery Document
@leastprivilege leastprivilege merged commit 922c501 into IdentityServer:dev Nov 22, 2014
@leastprivilege
Copy link
Member

thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants