Keycloak version 1.6.1,
Goal: Keycloak should act as an IdP (Identity provider) for a SP (Service Provider)which in this case is Tableau.
My question is:
I have exported the SP XML Metadata from Tableau, and got it imported into Keycloak, but when it comes to the export of the IdP XML Metadata from Keycloak (which should be imported into Tableau) I am not able to find the button/command/guide or anything about how to export this XML file.
Let me tell you what I found If I search for Keycloak and the keyword IDPSSODescriptor I find this: grepcode.com/file/repo1.maven.org/maven2/org.keycloak/keycloak-saml-protocol/1.1.0.Beta2/idp-metadata-template.xml
Which is exactly similar to the 'template' I am looking for (correct links on all ${idp.sso.HTTP-POST} etc).
What should be the solution:
Should I create the file manually - if yes then how should I find the correct POST, REDIRECT etc. URLs?
Or is there a way of exporting this file I haven't seen?