access_schemas-auto_redirect_to_identity

When set to `true`, users skip the identity provider selection step during login. You must specify only one identity provider in allowed_idps.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

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