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

OIDC endpoint: .well-known/openid-configuration #1958

Closed
2 tasks done
half2me opened this issue Nov 4, 2024 · 2 comments
Closed
2 tasks done

OIDC endpoint: .well-known/openid-configuration #1958

half2me opened this issue Nov 4, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@half2me
Copy link

half2me commented Nov 4, 2024

Checklist

  • I could not find a solution in the existing issues or docs.
  • I agree to follow this project's Code of Conduct.

Description

I would like to use Hanko with AWS AppSync. AppSync supports OpenID Connect.
https://docs.aws.amazon.com/appsync/latest/devguide/security-authz.html#openid-connect-authorization
I couldn't find any way to get the required: .well-known/openid-configuration url from Hanko. Looking at the oidc specification, it seems like this would just be a json document listing the configuration and jwks url etc. I can see the jwks url on the dashboard, so I'm thinking it might be possible to have this url available too?

Describe your ideal solution

The dashboard to have a link to a .well-known/openid-configuration url that I can use to connect it to AWS AppSync

Workarounds or alternatives

I'm considering create this page myself and populating it with the details of my hanko jwks url.

Hanko Version

latest

Additional Context

I've looked at #782 and #1320 but I think these are referring to using an external provider with Hanko. In my case I need the opposite. I need the oidc parameters for Hanko itself.

@half2me half2me added the enhancement New feature or request label Nov 4, 2024
@github-project-automation github-project-automation bot moved this to 🆕 New in Hanko Nov 4, 2024
@FreddyDevelop
Copy link
Contributor

@half2me Hanko is not a oidc or oauth2 provider. So currently you can not use Hanko with AWS AppSync, unfortunately.

@half2me
Copy link
Author

half2me commented Nov 7, 2024

@half2me Hanko is not a oidc or oauth2 provider. So currently you can not use Hanko with AWS AppSync, unfortunately.

@FreddyDevelop Oh I see. That makes sense, I must have misunderstood this. Thanks!

@half2me half2me closed this as completed Nov 7, 2024
@github-project-automation github-project-automation bot moved this from 🆕 New to ✅ Recently closed in Hanko Nov 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Archived in project
Development

No branches or pull requests

2 participants