JMap.Server.getAllIdentityProvidersById
Returns all the Identity Provider supported by the system, in an object keyed by provider Id
if the server is not ready (info from server has not been fetched). Call JMap.Server.isReady() to know this information.
console.log(JMap.Server.getAllIdentityProvidersById())// {idp-0: {id: "idp-0", loginUrl: "https://[...]", ...}, ... } Copy
console.log(JMap.Server.getAllIdentityProvidersById())// {idp-0: {id: "idp-0", loginUrl: "https://[...]", ...}, ... }
JMap.Server.getAllIdentityProvidersById
Returns all the Identity Provider supported by the system, in an object keyed by provider Id