Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

An Identity Provider (IdP) is responsible for issuing identification information for users looking to interact with a system. We can add and configure such identity providers and link them with the Identity Server through the Identity Provider Management Service API.

...

The service contract of this admin service can be found at https://<IS_HOST>:<IS_PORT>/services/IdentityProviderMgtService?wsdl. Replace the tag <IS_HOST>:<IS_PORT> with the relevant host and port number, for example:  https://localhost:9443/services/IdentityProviderMgtService?wsdl.


Note

Note: Prior to calling any of these admin services, you need to make them discoverable. See Calling Admin Services for information on how to do this.

...