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 implementation of /.well-known/jwt-issuer #48

Merged
merged 3 commits into from
Nov 27, 2023
Merged

Add implementation of /.well-known/jwt-issuer #48

merged 3 commits into from
Nov 27, 2023

Conversation

dzarras
Copy link
Contributor

@dzarras dzarras commented Nov 27, 2023

Closes #49

@dzarras dzarras requested a review from babisRoutis November 27, 2023 14:05
@dzarras dzarras requested a review from a team as a code owner November 27, 2023 14:05
@dzarras
Copy link
Contributor Author

dzarras commented Nov 27, 2023

@babisRoutis /public_keys.jwks has been fixed. please check again.

@@ -33,6 +40,9 @@ class MetaDataApi(
GET(WELL_KNOWN_JWKS, accept(MediaType.APPLICATION_JSON)) { _ ->
handleGetJwtIssuerJwkSet()
}
((GET(WELL_KNOWN_JWT_ISSUER) or GET(PUBLIC_KEYS)) and accept(MediaType.APPLICATION_JSON)) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Please use two handlers

@babisRoutis babisRoutis merged commit 08c6b80 into eu-digital-identity-wallet:main Nov 27, 2023
@babisRoutis babisRoutis deleted the feature/jwt-issuer-jwks branch November 27, 2023 15:00
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.

Add implementation of /.well-known/jwt-issuer
2 participants