Brightspace / D2L.Security.OAuth2

Brightspace OAuth 2.0 for C#
Apache License 2.0
7 stars 16 forks source link

Add a standard JWKS provider for 3rd party support #114

Closed khorwood closed 5 years ago

khorwood commented 5 years ago

Adds a standard JWKS provider, and changes the keyId data type from Guid to string to allow for arbitrary kid values. Adds a new factory method to AccessTokenValidatorFactory to support validation using the standard JWKS provider.

Updated the changes in https://git.dev.d2l/projects/AUTH/repos/auth-service/pull-requests/490 to pivot to this approach.

khorwood commented 5 years ago

bump

khorwood commented 5 years ago

Closing in favour of an updated branch.