the JServerIdentityProvider id
// fetch all Identity Providers
const allProviders = JMap.Server.getAllIdentityProvidersById()
// { idp-1: { id: "idp-1", type: "sso", ..... } }
// Open a new user session using the first provider received
JMap.User.loginWithIdentityProvider("idp-1")
// will redirect the browser to the identity provider for authentication
JMap.User.loginWithIdentityProvider
Not currently supported in JMap Cloud
Logs in the user using the specified Identity Provider. See JMap.Server.getAllIdentityProvidersById for info about Identity providers