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

Moon-auth sidecar #339

Open
dimsamaras opened this issue Aug 4, 2022 · 1 comment
Open

Moon-auth sidecar #339

dimsamaras opened this issue Aug 4, 2022 · 1 comment

Comments

@dimsamaras
Copy link

Hi there,

I am trying to setup Moon to be accessible securely by my external service. I am using service to service tokens for my services communication issued by an ADFS server.
I read in the docs auth sidecar daemon called moon-auth but I fail to see where or how I should configure that on the helm chart, manually or elsewhere.
The ADFS server produces tokens using id and secret that the services hold and can validate those JWT tokens that I want to pass to the Moon server via the requests. The requests are done through Playwright and the tokens are passed through the Authorization header.
The only relevant docs i found so far only talk about client-id and client-secret used to create the token, while i would need specify issuer and allowed authorities for the token validation.

Could you point me to some doc or example that I could use?

Thanks in advance,
Dimitris

@vania-pooh
Copy link
Member

@dimsamaras we only support OpenID Connect in moon-auth daemon. Not sure whether ADFS is compatible with this protocol.

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

2 participants