You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
andallowed authorities
for the token validation.Could you point me to some doc or example that I could use?
Thanks in advance,
Dimitris
The text was updated successfully, but these errors were encountered: