- 07 Sep 2022
-
DarkLight
-
PDF
Authorization Using LDAP
- Updated on 07 Sep 2022
-
DarkLight
-
PDF
Authorization
The following diagram illustrates the authorization and authentication flow between IAP and NSO using LDAP.
Figure 1: Authentication and Authorization
-
User groups will be defined manually in IAP. Matching user groups will be added in the LDAP server in the AAA Platform. Customer must have user groups configured on the LDAP server.
-
LDAP server will authenticate the user.
-
LDAP server will authorize the user.
-
Return the groups associated with the user.
-
User receives the authentication token.
-
IAP sends a request to NSO with user and token.
Multi-Tenancy
The following steps apply when using multi-tenancy:
-
NSO sends a
whoami
API request to IAP. -
IAP returns the group to NSO.
-
NSO checks the NACM rules for the user/group to determine what the user can access.
-
NSO will either accept or reject access.
Note: Multi-tenancy is not required for most implementations.