p2-inc / idp-wizard

Identity Provider setup wizards for Keycloak
https://phasetwo.io
Other
1 stars 1 forks source link

ADFS SAML wizard setup issues #158

Closed xgp closed 8 months ago

xgp commented 8 months ago
  1. Step 4 should be moved to Step 1
  2. The IdP setup needs to occur immediately once the metadata url is input and verified. Let's do it when they click next step after successfully inputting a metadata URL in the "new" Step 1.
  3. We need to preserve the complete metadata as we create it in Step 1. On the confirmation step, we PUT an update which changes only enabled=true
pnzrr commented 8 months ago

Steps moved. The create (validate) step has not changed. Added the enabled=true piece to the update part during the final step.

Do you have a IDP metadata link url for testing? https://HOSTNAME/federationmetadata/2007-06/federationmetadata.xml ?

xgp commented 8 months ago

@pnzrr Use https://fs.demo.phasetwo.dev/FederationMetadata/2007-06/FederationMetadata.xml and let me know if that works for testing ADFS.