Skip to content

Commit

Permalink
chore(docs): wording on external.md (#2066)
Browse files Browse the repository at this point in the history
More wording and English syntax improvement.
  • Loading branch information
tomaszpapirzwierz authored Feb 5, 2025
1 parent b7c97a7 commit 73beccb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/docs/configuration/authentifications/external.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@

# External roles and attributes mapping

If you managed which topics (or any other resource) in an external system, you have access to 2 more implementations mechanisms to map your authenticated user (from either Local, Header, LDAP or OIDC) into AKHQ roles and attributes:

If you use this mechanism, keep in mind it will take the local user's groups for local Auth, and the external groups for Header/LDAP/OIDC (ie. this will NOT do the mapping between Header/LDAP/OIDC and local groups)
If you manage topics (or any other resource) permissions in an external system, you have access to 2 more implementation mechanisms to map your authenticated user (from either Local, Header, LDAP or OIDC) into AKHQ roles and attributes. If you use this approach, keep in mind it will take the local user's groups for local Auth, and the external groups for Header/LDAP/OIDC (ie. this will NOT do the mapping between Header/LDAP/OIDC and local groups).

**Default configuration-based**
This is the current implementation and the default one (doesn't break compatibility)
Expand Down Expand Up @@ -138,4 +136,4 @@ public class ClaimRequest {
public class ClaimResponse {
private Map<String, List<Group>> groups;
}
````
````

0 comments on commit 73beccb

Please sign in to comment.