MFA bulk device (switches, router, firewalls, etc.)

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
MFA bulk device (switches, router, firewalls, etc.)
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
11-30-2018 12:04 PM
MFA bulk device (switches, router, firewalls, etc.)
To apply MFA on 250 network devices (switches and routers), is accessing one by one the same?
Is there any way to enable MFA for the bulk device?
Re: MFA bulk device (switches, router, firewalls, etc.)
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
11-30-2018 01:16 PM
You have to write a bulk-operations script for that one.
The target API is /ServerManage/UpdateResource
https://developer.centrify.com/v1.2/reference#post_servermanage-updateresource
You're looking to update this attribute: LoginDefaultProfile
You're passing the ID of the system in question and the ID of the Profile to be used.
To query auth profiles: https://developer.centrify.com/docs/create-an-authentication-profile
I am assuming you know about the samples on Github and are familiar with API basics like authentication, tokens, etc.
R.P
Follow Centrify:




Re: MFA bulk device (switches, router, firewalls, etc.)
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
12-05-2018 10:52 AM
Thank you very much for the response, the graphical interface is not possible, I understand.
Can you tell if no other client had this need and would have already created that script and shared it somewhere?
Re: MFA bulk device (switches, router, firewalls, etc.)
[ Edited ]- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
12-05-2018 01:29 PM
In general, Centrify Professional serivices has a set of scripts that may be modified and are contributed to GitHub.
I'd start by looking at
- Centrify GitHub Repository: https://github.com/centrify
- Centrify Developers/API Reference: https://developer.centrify.com/v1.2/reference
- API Demo site: https://apidemo.centrify.com/Centrify_API_Reference#/Resource_Management
There are also community posts that we have writen that explain things at a very basic level for folks to get started.
For example: https://community.centrify.com/t5/Centrify-Infrastructure-Services/Bulk-remove-of-services-and-local...
R.P
Follow Centrify:




Re: MFA bulk device (switches, router, firewalls, etc.)
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
12-06-2018 03:03 AM
there is something wrong with my firewall settings