Skip to content

List enabled OAuth2 providers

GET
/_torii/auth/oauth2/providers
curl --request GET \
--url https://your-app.toriiauth.eu/_torii/auth/oauth2/providers
Host
string

OK

Media typeapplication/json
object
providers
required
Array<object>
object
name
required
string
displayName
required
string
issuer
required
string
category
required
string
Allowed values: SOCIAL EID
Example
{
"providers": [
{
"category": "SOCIAL"
}
]
}