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

Is enabling AuthTypeHEART supported yet? #104

Open
leanderme opened this issue Aug 5, 2017 · 1 comment
Open

Is enabling AuthTypeHEART supported yet? #104

leanderme opened this issue Aug 5, 2017 · 1 comment

Comments

@leanderme
Copy link

Hi, thank you for making this project available. It's been a huge inspiration and I like the architecture.
I'd like to authenticate requests against a OpenID-Connect-Java-Spring-Server instance. However I haven't figured out how the request toolchain works yet. How are authentication headers passed? What config is required?

Any help is greatly appreciated.

@leanderme
Copy link
Author

Sorry, figured it out. In accordance with the example in mitre/heart, I've changed cmd/ie/main.go:

server.DefaultConfig.Auth = auth.HEART("simple", "client_jwk.json", "http://localhost:8080/openid-connect-server-webapp/", "secret")

Requests of course return 403 now. I think it's more a question of the front end to redirect to the opURL for authentification?

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

No branches or pull requests

1 participant