p2-inc / idp-wizard

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

Refactor Keycloak and Phase Two API Calls #48

Closed xgp closed 2 years ago

xgp commented 2 years ago

Placeholder for how we are going to call Keycloak and Phase Two APIs from a single class/object.

Goals:

  1. Reduce cut-n-paste in the code
  2. Make it so we can easily replace the URL paths with the org url for future multi-org
  3. Make convenience methods so that calling the API does not require knowing the full request object (e.g. just the attribute.name and user.attribute for calling the /mappers endpoint)
xgp commented 2 years ago

Closing out as the SAML Mapper part is done, and the rest is happening in the Feature Flags ticket. https://github.com/p2-inc/idp-wizard/issues/83