- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Meraki Single Sign-On (SSO) integration with Azure AD. Including granular rights assignment.
Hi all.
I have recently implemented single sign-on of the Meraki dashboard with Azure AD.
Here is the article I have just written about it;
I found a little stumbling block when I first did this work, that I did not include in the article.
Firstly. If you enable group-based claims within Azure AD, you need to be running an up to date version of Microsoft AD connect software.
Only the more recent versions of the software provide the ability to replicate on-premise group names (rather just the GUID) to Azure AD.
This is only required if you want to use on-premise AD groups, to give access to the SSO Meraki portal.
Secondly, I found (and tested multiple times) that when the SAML token is sent to Meraki, yes the AD groups are also listed under the role claim.
However, the problem is that all the groups that the user is a member of, are sent.
From what I can tell the Meraki dashboard only reads the first role claim entry, not all of the lines.
In the article above, I have documented using Azure RBAC function within the Azure enterprise application, thus you can map an RBAC role (by value) to a group role claim, which enabled the SSO to work.
Also enabling you to give different Meraki rights based on user or group, the same as ADFS.
What is nice (in my opinion) is that you don't need to place a non-SAAS service dependency on your Meraki SAAS management.
I hope this helps people.
All the best.
Adam.
Solved! Go to solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks very much Philip.
I found that there seemed to be a functionality gap here and I couldn't find any simple, full guides on how to achieve something which I thought made sense.
Regards,
Adam.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Well done! That is impressive!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks very much Philip.
I found that there seemed to be a functionality gap here and I couldn't find any simple, full guides on how to achieve something which I thought made sense.
Regards,
Adam.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks for sharing this Adam.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Not sure Adam, but between Paul and I we will try to find out 🙂
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
No matter what I try to do when editing the JSON I get
"Failed to update Meraki Dashboard application. "Error detail: One or more properties contains invalid values.""
The JSON now also has more attributes than it used to:
{
"allowedMemberTypes": [
"User"
],
"description": "msiam_access",
"displayName": "msiam_access",
"id": "<Default Guid>",
"isEnabled": true,
"lang": null,
"origin": "Application",
"value": null
},
{
"allowedMemberTypes": [
"User"
],
"description": "Meraki Admin",
"displayName": "Meraki Admin",
"id": "randomly created GUID",
"isEnabled": true,
"lang": null,
"origin": "Application",
"value": "Meraki Dashboard Admin SAML Group name"
}
],
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hey man, no idea if you ever figured this out, but if not, remove "origin": "Application", from all custom roles. That is what AzureAD doesn't like
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello Adam,
Thank you for your post, it was very helpful. I have a question, where should I access the Meraki Dashboard so I can use SSO. When I go to https://dashboard.meraki.com, I have no option to use SSO. I'm told by Meraki that I have to access the dashboard from Azure. So I went to the O365 "MyApp" and access the "Meraki Dashboard" app there. When I do that, I was redirected to Meraki and all I see is the word "true". What am I doing wrong? Your help is much appreciated.
Thanks
Kit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Status update:
So, I figured out my problem. Apparently, you should use a different email for your SAML login than your manual. I was using my work email address as the manual logon to the dashboard. Once I change the manual logon to another email address, SSO is now working.
Thanks
Kit
