-
Hi, Problem I'm facing with PingFed SAML: Its asking URL or a file to import details but in Keycloak there is no file to extract for this identify setup. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I don't know of any successful integrations of registry with PingFed SAML. I did manage to find this SO link: |
Beta Was this translation helpful? Give feedback.
-
It worked. Able to integrate Keycloak with Pingone using both OpenID and SAML2 auth. Had to do role mapping and other attributes mapping(like email, firstName lastName etc) from ping to Keycloak So while I gave Apicurio URL in browser it redirected to Keycloak as Apicurio is SP and Keycloak is IDP. Then Keycloak further redirected to Ping in this case keycloak is SP and Ping is IDP. Once I provided login/pwd in Ping screen it routed user details and group to keycloak. keycloak then mapped the group with sr-developer(an example) role then passed that to Apicurio. Apicurio opened artifact UI. It worked !! |
Beta Was this translation helpful? Give feedback.
It worked. Able to integrate Keycloak with Pingone using both OpenID and SAML2 auth.
Here is how it worked:
Apicurio <- OIDC setup -> Keycloak -> SAML2/ OIDC-> Pingfed
Had to do role mapping and other attributes mapping(like email, firstName lastName etc) from ping to Keycloak
So while I gave Apicurio URL in browser it redirected to Keycloak as Apicurio is SP and Keycloak is IDP. Then Keycloak further redirected to Ping in this case keycloak is SP and Ping is IDP. Once I provided login/pwd in Ping screen it routed user details and group to keycloak. keycloak then mapped the group with sr-developer(an example) role then passed that to Apicurio. Apicurio opened artifact UI.
It worked !!