- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
de-authorize splash page users via API?
Hi guys.
We started working with a splash page connected to okta radius in order to validate users with their ldap
However, Meraki only offers duration based on time. which cause the session to revoke during important work/meetings.
We would like to revoke the splash page session on Saturday when no one is in the office.
is there a way to this on meraki CLI?
or is there an api for de-authorize user. so I would build a script to get all the users and then revoke each sesion when I want.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Meraki does not have CLI. Here is the API that will help you.
https://developer.cisco.com/meraki/api/update-network-meraki-auth-user/
Please, if this post was useful, leave your kudos and mark it as solved.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You can also schedule the SSID (I personally think this option is better).
https://documentation.meraki.com/MR/Other_Topics/SSID_Availability
https://meraki.cisco.com/blog/2011/03/when-24x7-isnt-a-good-thing-new-ssid-schedules/
Please, if this post was useful, leave your kudos and mark it as solved.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
But scheduling will not revoke the access
The goal is just to revoke user session before work hours so it wont revoke in a middle of an important meeting.
I also started revwing the API you sent.
my auth users list is emtpy. does "Meraki Authentication for a network" also list users from okta radius?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If users are not created on the portal, it will not be listed. So I actually believe you need this API.
https://developer.cisco.com/meraki/api/update-network-client-splash-authorization-status/
Please, if this post was useful, leave your kudos and mark it as solved.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Correct, I was already able to confirm it
However, for stange reason, in order to update the users I must use click through
I cant find a way to update the user authorization without being a meraki authrozed user
or using clicktorugh
The button exist on the UI, I see no reason to allow this action via API
