Skip to content

Add OpenID Connect Discovery Endpoint #27

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

Closed
andifalk opened this issue Apr 16, 2020 · 5 comments
Closed

Add OpenID Connect Discovery Endpoint #27

andifalk opened this issue Apr 16, 2020 · 5 comments
Assignees
Labels
status: duplicate A duplicate of another issue

Comments

@andifalk
Copy link

An authorization server should support the /.well-known/openid-configuration endpoint as specified by https://openid.net/specs/openid-connect-discovery-1_0.html.

This enables automatic client configuration (as already implemented in spring security 5) and we can also integrate JWKS endpoint as of gh-2.

The Nimbus SDK may be used for generating the endpoint response.

@andifalk andifalk added the type: enhancement A general enhancement label Apr 16, 2020
@dfcoffin
Copy link

This is also required to support #30 as it calls this endpoint.

@anoopgarlapati
Copy link
Contributor

Hi @rwinch @jgrandja Can I work on this issue?
I'm a developer at VMware in Workspace ONE authorization server team and I have experience in developing applications on top of Spring Security.

@jgrandja
Copy link
Collaborator

@anoopgarlapati Thank you for the offer! Let's find another task for you to contribute as this one is lower on the priority. We need to focus on implementing core OAuth 2.0 before we get into OpenID Connect 1.0.

I'm in the process of putting together a roadmap that will prioritize the features to be developed. I will log an issue that provides a link to the roadmap along with the first set of epics and associated issues.

Please take a look at the next set of issues (coming this week) and let me know which ones interest you and we can assign to you.

Sounds good?

@anoopgarlapati
Copy link
Contributor

@jgrandja Sounds good and I understand. Looking forward to contributing. Thanks!

@jgrandja
Copy link
Collaborator

@andifalk I couldn't find a way to convert this issue to an epic so I'll close this in favour of #55.

@jgrandja jgrandja self-assigned this Apr 21, 2020
@jgrandja jgrandja added status: duplicate A duplicate of another issue and removed type: enhancement A general enhancement labels Apr 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: duplicate A duplicate of another issue
Projects
None yet
Development

No branches or pull requests

4 participants