-
Notifications
You must be signed in to change notification settings - Fork 6
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
Invalid parameter: redirect_uri #49
Comments
@alirizaaribas-ibg keycloak by default has only set up valid redirect URLs to localhost. Since you are specifying a different hostname here "10.100.120.219" you will need to log in to the administrative console of keycloak and add it to the list of valid redirects. Keycloak will have been started with the other docker services and should be available via a web browser on port 8888 (https://github.com/bcgsc/pori/blob/master/docker-compose.dev.yml#L15).
|
I have moved this issue to the main repo and added a documentation label as I will add instructions on how to do this to the main documentation as well as here to help future users encountering the same issue |
@creisle Thank you. Now it works well. |
@alirizaaribas-ibg did this also resolve your comment on bcgsc/pori_graphkb_loader#70 (comment) or is that still outstanding? |
@creisle resolved. Thank you for your attention. |
Describe the bug
When accessing graphkb_client latest version, page redirects(to this link) and show an error.
10.100.120.219
is our server internal ip address.Invalid parameter: redirect_uri
I wanted to put graphkb(latest) on production.
To Reproduce
Steps to reproduce the behaviour:
docker-compose -f custom_docker.yml up -d
http://10.100.120.219:5000/
here is my custom_docker.yml:
custom_docker.txt
Expected behaviour
Graphkb login screen should be visible.
Versions (please complete the following information):
Additional context
I don't use HTTPS. My first aim is to run PORI without any error. Then I hope to use HTTPS.
The text was updated successfully, but these errors were encountered: