Skip to content
This repository was archived by the owner on Sep 5, 2023. It is now read-only.

Adds a endpoint to expose only the JWKS (public key) #171

Merged
merged 5 commits into from
Jul 3, 2020

Conversation

netoisc
Copy link
Contributor

@netoisc netoisc commented Jul 2, 2020

Remove the public_jwks field from the config endpoint (LTI13ConfigHandler) and create another endpoint to expose only the jwks data.
Closes #169

@netoisc netoisc requested a review from jgwerner July 2, 2020 19:36
@jgwerner jgwerner added refactor Move code around to keep things DRY feature New feature or request and removed refactor Move code around to keep things DRY labels Jul 3, 2020
Copy link
Member

@jgwerner jgwerner left a comment

Choose a reason for hiding this comment

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

LGTM

@jgwerner jgwerner added the lti13 LTI 1.3 authenticator and handlers label Jul 3, 2020
@jgwerner jgwerner merged commit e2dbca7 into IllumiDesk:main Jul 3, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature New feature or request lti13 LTI 1.3 authenticator and handlers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Segregate JWKS (public key) endpoint from LTI 1.3 configuration JSON URL endpoing
2 participants