-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add info about registering new users
- Loading branch information
Showing
2 changed files
with
21 additions
and
0 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
20 changes: 20 additions & 0 deletions
20
docs/10-certificate-key/20-integration-guides/18-adfs/35-configure-czertainly.mdx
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,20 @@ | ||
# Configure CZERTAINLY | ||
|
||
By default, users and roles that do not exist are rejected. | ||
|
||
When you are integrating with AD FS, or generally with an external IdM, it is | ||
desirable to register new users automatically, make sure that IdM assign them | ||
some role with permissions configured within CZERTAINLY. | ||
|
||
Automatic registration of new roles is also possible but without further | ||
configuration of permissions, users only with those new roles will not have any | ||
permissions within CZERTAINLY. | ||
|
||
To enable the automatic creation of new users, define in your `values.yaml` | ||
following section: | ||
|
||
```yaml | ||
authService: | ||
createUnknownUsers: "true" | ||
createUnknownRoles: "false" | ||
``` |