By: Sergio Cambra user 08 Apr 2019 at 5:10 a.m. CDT

2 Responses
Sergio Cambra gravatar
I'm trying to add SP for meraki dashboard: https://documentation.meraki.com/zGeneral_Administration/Managing_Dashboard_Access/Configuring_SAML_Single_Sign-on_for_Dashboard I have added Trust Relationship, with metadata XML I created, because meraki doesn't provide metadata, url in location is provided by meraki, it's masked here: ```xml <?xml version="1.0"?> <md:EntitiesDescriptor xmlns:md="urn:oasis:names:tc:SAML:2.0:metadata"> <md:EntityDescriptor entityID="https://meraki.cisco.com"> <md:SPSSODescriptor AuthnRequestsSigned="false" WantAssertionsSigned="true" protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol"> <md:NameIDFormat>urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress</md:NameIDFormat> <md:AssertionConsumerService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" Location="https://n168.meraki.com/saml/login/***/***" index="0" isDefault="true"/> </md:SPSSODescriptor> </md:EntityDescriptor> </md:EntitiesDescriptor> ``` I have added email and username to released attributes. ![](https://i.ibb.co/hR64gRx/SP-TR.png) Then I wait for metadata validation and I see TR is changed to Federation: ![](https://i.ibb.co/nMPFzW1/federation.png) However, if I edit TR, entity type is still Single SP, but also I can see Federated websites link: ![](https://i.ibb.co/9pbyj4c/TR-edit.png)

By Sergio Cambra user 08 Apr 2019 at 6:28 a.m. CDT

Sergio Cambra gravatar
I got fixed removing <md:EntitiesDescriptor> tag

By William Lowe user 08 Apr 2019 at 9:09 p.m. CDT

William Lowe gravatar
Thanks for posting, Sergio. If you see areas to improve the documentation so this is more clear, we are happy to merge your pull requests. Each page of the documentation has a pencil icon in the upper right corner of the main body area. Click that and you will be taken directly to the source file on Github. Thanks again, Will