Skip to content

Commit 7beef12

Browse files
committed
fixed minor spelling issues
Signed-off-by: David Söderlund <[email protected]>
1 parent 0637c23 commit 7beef12

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/_posts/2024-11-04-keycloak-in-multi-tenant-self-service-scenarios.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This is a guide on how to get up and running with the phasetwo open source solut
2222

2323
## background (story time)
2424

25-
I have set up and worked a lot with keycloak for an internal developer platform for a customer. We had great success with it and another team at the customer then went on and started using keycloak for a bunch of advanced oidc stuff in their legacy applications wich was very rewarding to hear about. In one green field project they were also toying with the idea of allowing their customers to manage some of their settings through some portal for access to their apps.
25+
I have set up and worked a lot with keycloak for an internal developer platform for a customer. We had great success with it and another team at the customer then went on and started using keycloak for a bunch of advanced oidc stuff in their legacy applications which was very rewarding to hear about. In one green field project they were also toying with the idea of allowing their customers to manage some of their settings through some portal for access to their apps.
2626

2727
![Sketch of authentication for different users to some set of applications](../assets/2024-11-04-img1-keycloak-tenants-users.png)
2828

@@ -87,7 +87,7 @@ I wanted to run keycloak in the root path (/) instead of the legacy (/auth) path
8787

8888
I imprinted all environment variables and phasetwo runtime arguments for email with optimized build.
8989

90-
- Edge proxy (no cert in the image, azure does tls termniation)
90+
- Edge proxy (no cert in the image, azure does tls termination)
9191

9292
- Database URL (look mum, no username/password)
9393

@@ -106,7 +106,7 @@ Keycloak deploys its own database schema but you need local access to create the
106106

107107
Then I enabled the plugins visibility by setting that theme in the realm. I went ahead and renamned the realm and import logos and stuff.
108108

109-
I then created my own orginization and could then assign nyself roles in it to demonstrate self service of SSO.
109+
I then created my own orginization and could then assign myself roles in it to demonstrate self service of SSO.
110110

111111
I connected to my companys google auth with oidc and could then remove my password.
112112

0 commit comments

Comments
 (0)