• JMap.Server.getAllIdentityProvidersById

    Returns all the Identity Provider supported by the system, in an object keyed by provider Id

    Returns JServerIdentityProviderById

    Throws

    if the server is not ready (info from server has not been fetched). Call JMap.Server.isReady() to know this information.

    Example

    console.log(JMap.Server.getAllIdentityProvidersById())
    // {idp-0: {id: "idp-0", loginUrl: "https://[...]", ...}, ... }