]> BookStack Code Mirror - website/commitdiff
Fix bashslash 129/head
authorakp <redacted>
Fri, 9 Sep 2022 10:52:59 +0000 (11:52 +0100)
committerGitHub <redacted>
Fri, 9 Sep 2022 10:52:59 +0000 (11:52 +0100)
content/docs/admin/oidc-auth.md

index d6ef3dcfb02522161e8f775243ecd495e0e0cd5d..04dc5ed33cba630bee2a83c1858fb5a478f21fa1 100644 (file)
@@ -128,7 +128,7 @@ By default this will match OIDC group names with the BookStack role display name
 This can be overridden by via the 'External Authentication IDs' field which can be seen when editing a role while OIDC authentication is enabled.
 If filled, the names in this field will be used and the BookStack role display name will be ignored.
 You can match on multiple names by separating them with a comma.
 This can be overridden by via the 'External Authentication IDs' field which can be seen when editing a role while OIDC authentication is enabled.
 If filled, the names in this field will be used and the BookStack role display name will be ignored.
 You can match on multiple names by separating them with a comma.
-Commas can be escaped with a backslash (`/,`) if you need to map using a literal comma character.
+Commas can be escaped with a backslash (`\,`) if you need to map using a literal comma character.
 
 When matching OIDC groups with role names or 'External Authentication IDs' values, BookStack will standardise the names of OIDC groups to be lower-cased and spaces will be replaced with hyphens. For example, to match a OIDC group named "United Kingdom" an 'External Authentication IDs' value of "united-kingdom" could be used.
 
 
 When matching OIDC groups with role names or 'External Authentication IDs' values, BookStack will standardise the names of OIDC groups to be lower-cased and spaces will be replaced with hyphens. For example, to match a OIDC group named "United Kingdom" an 'External Authentication IDs' value of "united-kingdom" could be used.
 
@@ -181,4 +181,4 @@ OIDC_GROUPS_CLAIM=resource_access.bookstack.roles
   "email": "email@example.com"
   ...
 }
   "email": "email@example.com"
   ...
 }
-```
\ No newline at end of file
+```