-
Notifications
You must be signed in to change notification settings - Fork 14
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
docs: add tutorial and how-to for installing airgapped Omni #41
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
97 changes: 97 additions & 0 deletions
97
content/docs/how-to-guides/how-to-configure-keycloak-for-omni/_index.md
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,97 @@ | ||
--- | ||
title: "How to Configure Keycloak for Omni" | ||
draft: false | ||
weight: 220 | ||
--- | ||
|
||
1. Log in to Keycloak. | ||
|
||
2. Create a realm. | ||
|
||
- In the upper left corner of the page, select the dropdown where it says **master** | ||
|
||
|
||
{{< imgproc keycloak_001.png Resize "900x" >}} | ||
{{< /imgproc >}} | ||
|
||
- Fill in the **realm name** and select **create** | ||
|
||
{{< imgproc keycloak_002.png Resize "900x" >}} | ||
{{< /imgproc >}} | ||
|
||
3. Find the realm metadata. | ||
|
||
- In the realm settings, there is a link to the metadata needed for SAML under Endpoints. | ||
- Copy the link or save the data to a file. It will be needed for the installation of Omni. | ||
|
||
{{< imgproc keycloak_003.png Resize "900x" >}} | ||
{{< /imgproc >}} | ||
|
||
4. Create a client | ||
|
||
- Select the **Clients** tab on the left | ||
|
||
{{< imgproc keycloak_004.png Resize "900x" >}} | ||
{{< /imgproc >}} | ||
|
||
- Fill in the **General Settings** as shown in the example below. **Replace the hostname in the example with your own Omni hostname or IP**. | ||
- Client type | ||
- Client ID | ||
- Name | ||
|
||
{{< imgproc keycloak_005.png Resize "900x" >}} | ||
{{< /imgproc >}} | ||
|
||
- Fill in the **Login settings** as shown in the example below. **Replace the hostname in the example with your own Omni hostname or IP**. | ||
- Root URL | ||
- Valid redirect URIs | ||
- Master SAML PRocessing URL | ||
|
||
{{< imgproc keycloak_006.png Resize "900x" >}} | ||
{{< /imgproc >}} | ||
|
||
- Modify the **Signature and Encryption** settings. | ||
- Sign documents: **off** | ||
- Sign assertions: **on** | ||
|
||
{{< imgproc keycloak_007.png Resize "900x" >}} | ||
{{< /imgproc >}} | ||
|
||
- Set the **Client signature required** value to **off**. | ||
|
||
{{< imgproc keycloak_008.png Resize "900x" >}} | ||
{{< /imgproc >}} | ||
|
||
- Modify **Client Scopes** | ||
|
||
{{< imgproc keycloak_009.png Resize "900x" >}} | ||
{{< /imgproc >}} | ||
|
||
- Select **Add predefined mapper**. | ||
|
||
{{< imgproc keycloak_010.png Resize "900x" >}} | ||
{{< /imgproc >}} | ||
|
||
- The following mappers need to be added because they will be used by Omni will use these attributes for assigning permissions. | ||
- X500 email | ||
- X500 givenName | ||
- X500 surname | ||
|
||
{{< imgproc keycloak_011.png Resize "900x" >}} | ||
{{< /imgproc >}} | ||
|
||
- Add a new user (optional) | ||
- If Keycloak is being used as an Identity Provider, users can be created here. | ||
|
||
{{< imgproc keycloak_012.png Resize "900x" >}} | ||
{{< /imgproc >}} | ||
|
||
- Enter the **user information** and set the **Email verified** to **Yes** | ||
|
||
{{< imgproc keycloak_013.png Resize "900x" >}} | ||
{{< /imgproc >}} | ||
|
||
- Set a password for the user. | ||
|
||
{{< imgproc keycloak_014.png Resize "900x" >}} | ||
{{< /imgproc >}} |
Binary file added
BIN
+220 KB
content/docs/how-to-guides/how-to-configure-keycloak-for-omni/keycloak_001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+107 KB
content/docs/how-to-guides/how-to-configure-keycloak-for-omni/keycloak_002.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+189 KB
content/docs/how-to-guides/how-to-configure-keycloak-for-omni/keycloak_003.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+225 KB
content/docs/how-to-guides/how-to-configure-keycloak-for-omni/keycloak_004.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+138 KB
content/docs/how-to-guides/how-to-configure-keycloak-for-omni/keycloak_005.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+188 KB
content/docs/how-to-guides/how-to-configure-keycloak-for-omni/keycloak_006.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+158 KB
content/docs/how-to-guides/how-to-configure-keycloak-for-omni/keycloak_007.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+203 KB
content/docs/how-to-guides/how-to-configure-keycloak-for-omni/keycloak_008.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+157 KB
content/docs/how-to-guides/how-to-configure-keycloak-for-omni/keycloak_009.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+124 KB
content/docs/how-to-guides/how-to-configure-keycloak-for-omni/keycloak_010.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+167 KB
content/docs/how-to-guides/how-to-configure-keycloak-for-omni/keycloak_011.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+82.7 KB
content/docs/how-to-guides/how-to-configure-keycloak-for-omni/keycloak_012.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+108 KB
content/docs/how-to-guides/how-to-configure-keycloak-for-omni/keycloak_013.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+112 KB
content/docs/how-to-guides/how-to-configure-keycloak-for-omni/keycloak_014.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Turns out you can import Omni metadata and simplify the flow.
This button on the clients page.

There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would be fine with adding a note to tell people importing a client could be an option if you have already set it up before and have exported the client configuration, but I don't think the the manual, first-time setup steps should be removed from the tutorial style walk-through.