-
-
Notifications
You must be signed in to change notification settings - Fork 99
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
AWS Elastic Kubernetes: redirect_uri #810
Comments
Interestingly, when I replace |
Hello, The redirect URL is indeed incorrect, and this value cannot be set in the kubernetes file directly 😢 . In the meantime, there are two ways to specify the redirect URL:
KR, SID |
I did the database update. Now, the website gives a server error 500. This is the log of the website:
I am using the nginx ingress controller. Do I need some nginx settings? |
Could you check if the "token_endpoint" returned by this URL: https://idserver.mydomain.com/.well-known/openid-configuration is equal to something like https://idserver.mydomain.com/token? |
I believe you mean https://idserver.mydomain.com/master/.well-known/openid-configuration. {
"token_endpoint": "http://idserver.mydomain.com/master/token",
} Note its http and not https |
For some reason, I have a feeling that the
If this does not work, could you set the following environment variable under
Thank you ! |
|
When I set ForceHttps=true, https://idserver.mydomain.com/.well-known/openid-configuration returns https URLs and I am able to login. |
Hi.
I have adopted sid-kubernetes.yaml to deploy to an EKS cluster:
When I open https://website.mydomain.com/master/clients in a web browser I am redirected to https://idserver.mydomain.com/master/authorization?client_id=SIDS-manager&redirect_uri=https%3A%2F%2Fwebsite.mydomain.com%2Fmaster%2Fsignin-oidc&response_type=code&scope=openid%20profile%20role&code_challenge=gfPa...&state=CfDJ...&x-client-SKU=ID_NET8_0&x-client-ver=8.0.0.0
which shows the following message:
Am I suppose to set the redirect_uri? How can I set it?
The text was updated successfully, but these errors were encountered: