Skip to content

Commit 7691d28

Browse files
Update windowsauth.md (#20252)
* Update windowsauth.md * Update windowsauth.md
1 parent 8a453f6 commit 7691d28

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

aspnetcore/security/authentication/windowsauth.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,9 @@ app.UseAuthentication();
172172

173173
For more information on middleware, see <xref:fundamentals/middleware/index>.
174174

175+
<a name="rbac"></a>
176+
### Kerberos authentication and role-based access control (RBAC)
177+
175178
Kerberos authentication on Linux or macOS doesn't provide any role information for an authenticated user. To add role and group information to a Kerberos user, the authentication handler must be configured to retrieve the roles from an LDAP domain. The most basic configuration only specifies an LDAP domain to query against and will use the authenticated user's context to query the LDAP domain:
176179

177180
```csharp

0 commit comments

Comments
 (0)