Discovery Pages
Discovery Pages API
// Configuration for the login discovery page
{
// Primary authentication provider buttons displayed prominently
"primary": null,
// Secondary authentication provider buttons displayed less prominently
"secondary": null,
// Whether the discovery page is enabled
"active": null
}// A single authentication provider entry on the discovery page
{
// The ID of the authentication provider
"authentication_provider_id": 1,
// The display label for this provider button
"label": "Students",
// URL to an icon image for this provider button
"icon_url": "https://example.com/icons/students.svg"
}Parameter
Type
Description
Last updated
Was this helpful?