Add some generic bits about integrating with external IDP#227
Merged
micbar merged 3 commits intoopencloud-eu:mainfrom Apr 14, 2025
Merged
Add some generic bits about integrating with external IDP#227micbar merged 3 commits intoopencloud-eu:mainfrom
micbar merged 3 commits intoopencloud-eu:mainfrom
Conversation
Contributor
There was a problem hiding this comment.
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
Comments suppressed due to low confidence (4)
docs/admin/30-configuration/30-authentication-and-user-management/10-external-idp.md:15
- Typo in 'openid-configuraton'; consider changing it to 'openid-configuration'.
- `PROXY_OIDC_REWRITE_WELLKNOWN`: Set this to `true` to expose the Identity Providers `.well-known/openid-configuraton` via the OpenCloud base url.
docs/admin/30-configuration/30-authentication-and-user-management/10-external-idp.md:17
- Typo in 'do now yet support'; consider revising to 'do not yet support'.
help the oidc client, that do now yet support discovery via webfinger to locate the Identity Provider's configuration.
docs/admin/30-configuration/30-authentication-and-user-management/10-external-idp.md:35
- Typo in 'afore mentioned'; consider changing it to 'aforementioned'.
the mapping between the OIDC and LDAP users happens base on the afore mentioned `PROXY_USER_CS3_CLAIM` settings.
docs/admin/30-configuration/30-authentication-and-user-management/10-external-idp.md:37
- Typo in 'charcters'; consider changing it to 'characters'.
Set `GRAPH_USERNAME_MATCH` to `none` when `PROXY_AUTOPROVISION_ACCOUNTS` is set to `true` to disable OpenCloud's default restrictions on allowed charcters in usernames.
This takes some bits from the keycloak page which are bascially relevant for integrating with any external IDP and puts them in a separate section. Also adds some bits about the claim based role assignment setup (taken from the proxy's service README).
AlexAndBear
requested changes
Apr 11, 2025
phil-davis
reviewed
Apr 14, 2025
Co-authored-by: Alex <abackermann91@gmail.com> Co-authored-by: Phil Davis <phil@jankaritech.com>
micbar
approved these changes
Apr 14, 2025
micbar
reviewed
Apr 14, 2025
AlexAndBear
approved these changes
Apr 14, 2025
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.
This takes some bits from the keycloak page which are bascially relevant for integrating with any external IDP and puts them in a separate section.
Also adds some bits about the claim based role assignment setup (taken from the proxy's service README).