KOF 1.8.0: Multi-tenancy SSO and ACL +2 Architecture sections#720
Open
denis-ryzhkov wants to merge 3 commits intok0rdent:mainfrom
Open
KOF 1.8.0: Multi-tenancy SSO and ACL +2 Architecture sections#720denis-ryzhkov wants to merge 3 commits intok0rdent:mainfrom
denis-ryzhkov wants to merge 3 commits intok0rdent:mainfrom
Conversation
AndrejsPon00
suggested changes
Feb 27, 2026
|
|
||
| ### SSO User | ||
|
|
||
| "Sign in with Dex" followed by "Log in with Google" grants access to a single tenant and limited features. |
Contributor
There was a problem hiding this comment.
Maybe we can add a note that users aren’t limited to Google and can use any OIDC provider
Contributor
Author
Comment on lines
+173
to
+178
| claimModifications: | ||
| newGroupFromClaims: | ||
| - prefix: tenant | ||
| delimiter: ":" | ||
| clearDelimiter: false | ||
| claims: |
Contributor
There was a problem hiding this comment.
It would be good to document that ACL currently derives tenant:<TENANT_ID> from the groups claim in the auth token. Since not all OIDC providers allow customizing this claim, we map its value within the connector configuration. This behavior may change in the future if we decide to extract the tenant from a different claim.
Contributor
Author
There was a problem hiding this comment.
Thanks, I've added these details to also address k0rdent/kof#822
AndrejsPon00
approved these changes
Feb 27, 2026
AndrejsPon00
approved these changes
Feb 27, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.



Preview of main changes: