-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #50 from bcgsc/feature/keycloak-redirect-instructions
Add troubleshooting section
- Loading branch information
Showing
7 changed files
with
29 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Troubleshooting | ||
|
||
The following page contains questions related to set up, install, and management of the PORI system. | ||
|
||
## Keycloak | ||
|
||
### Invalid parameter: redirect_uri | ||
|
||
Valid redirect URIs are configured/set via the keycloak admin console. If you have set up the platform following the demo/dev instructions then you should already have the keycloak administrative console available over http. Go to http://localhost:8888/auth in your web browser and you should see something that looks like this. The user and password for this should be admin/admin for the [dev setup](https://github.com/bcgsc/pori/blob/master/docker-compose.dev.yml#L10). | ||
|
||
![auth admin page](../images/troubleshooting-keycloak-redirect-uri-1.png) | ||
|
||
Go the "Clients" in the left-hand side bar | ||
|
||
![go to client page](../images/troubleshooting-keycloak-redirect-uri-2.png) | ||
|
||
Click on the "GraphKB" client | ||
|
||
![pick client](../images/troubleshooting-keycloak-redirect-uri-3.png) | ||
|
||
Scroll near the bottom on that page and you will find the "valid redirect URLs" where you need to add your host | ||
|
||
![change valid redirects](../images/troubleshooting-keycloak-redirect-uri-4.png) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters