Getting CORS error while integrating AWS cognito #466
Replies: 1 comment 1 reply
-
Please ignore this, it is resolved. Issue was in my dex config file 😢. But I found that there is no url for signing out from the terrakube. Since cognito requires specific url to signout. Is there any workaround? Thanks |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello Team,
I am working on to integrate AWS cognito into my terrakube setup using docker-compose. I have changed the config-ldap.yaml with AWS cognito connector config as given in the documentation. But after doing that I am getting CORS error. I am not able to resolve this and need help.
Before this, when I was using ldap(default setting), I was able to setup the whole terrakube application and was able to login and do other stuff.
Do i need to change anything here?
My config-ldap.yaml(with cognito connector) file contents are:
Beta Was this translation helpful? Give feedback.
All reactions