access_auto_redirect_to_identity

When set to `true`, users skip the identity provider selection step during login.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-access-auto-redirect-to-identity-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/access_auto_redirect_to_identity",
  "title": "access_auto_redirect_to_identity",
  "default": false,
  "description": "When set to `true`, users skip the identity provider selection step during login.",
  "type": "boolean"
}