- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Link copied. Please paste this link to share this article on your social media post.
Posted: 2024-10-31 06:13 AM
ITA 9.3.5 - How to check which user is created under authentication server (DCE)
Dear Community,
We are removing DCE as an authentication server as ITA user login. Before proceeding further, I would like to know how we identify which user is created under the authentication server? The ITA version is 9.3.5.
BR,
TJ
- Labels:
-
IT Advisor
- Tags:
- english
Link copied. Please paste this link to share this article on your social media post.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Link copied. Please paste this link to share this article on your social media post.
Posted: 2024-10-31 07:32 AM . Last Modified: 2024-10-31 07:34 AM
Hello @tjlaw,
The below information was retrieved using ITA 9.5 as a reference.
If there are only a few users I would recommend going to ITA's web interface and into the users and click into each user. It will show how the user is authenticated from the user details view:
If you have a larger list, you may wish to do this action from the API. Start by navigating to the ITA Web Services at: https://ITA_IPADDRESS/api/current/docs
Within the Authentication Servers section run the GET /authentication-servers call:
Within the results, find the result with the type of "data-center-expert" and copy the "id" value.
Within the Users section, run the GET /users API call.
Within the results search for the Data Center Expert "id" that was copied from the previous call. You will be able to see which users have the DCE server assigned as their authentication server.
Kind Regards,
Cory
Link copied. Please paste this link to share this article on your social media post.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Link copied. Please paste this link to share this article on your social media post.
Posted: 2024-10-31 07:32 AM . Last Modified: 2024-10-31 07:34 AM
Hello @tjlaw,
The below information was retrieved using ITA 9.5 as a reference.
If there are only a few users I would recommend going to ITA's web interface and into the users and click into each user. It will show how the user is authenticated from the user details view:
If you have a larger list, you may wish to do this action from the API. Start by navigating to the ITA Web Services at: https://ITA_IPADDRESS/api/current/docs
Within the Authentication Servers section run the GET /authentication-servers call:
Within the results, find the result with the type of "data-center-expert" and copy the "id" value.
Within the Users section, run the GET /users API call.
Within the results search for the Data Center Expert "id" that was copied from the previous call. You will be able to see which users have the DCE server assigned as their authentication server.
Kind Regards,
Cory
Link copied. Please paste this link to share this article on your social media post.