curl --request GET \
--url https://use.hoop.dev/api/saml/login
{
"login_url": "<string>"
}
Returns the login url to perform the signin on the identity provider.
curl --request GET \
--url https://use.hoop.dev/api/saml/login
{
"login_url": "<string>"
}
The URL to redirect after the signin
OK
The response is of type object
.
Was this page helpful?