name: connected_apps
label: External Application
description: 
fields:
  name:
    label: Name
    help: 
    description: 
  code:
    label: API Name
    help: 
    description: 
  active:
    label: Active
    help: 
    description: 
  app_logo:
    label: Logo
    help: 
    description: 
  description:
    label: Description
    help: 
    description: 
  app_website:
    label: Official Website
    help: 
    description: 
  start_url:
    label: Start URL
    help: 
    description: 
  mobile_start_url:
    label: Start URL of Mobile
    help: 
    description: 
  client_id:
    label: Client ID
    help: 
    description: 
  client_secret:
    label: Client Secret
    help: 
    description: 
  oauth2_enabled:
    label: OAuth2 Enabled
    help: 
    description: 
  oauth2_callback_url:
    label: Callback URL
    help: 
    description: 
  oauth2_scopes:
    label: Scopes
    help: 
    options:
      - label: Access to Your Unique Identifier (openid)
        value: openid
      - label: 'Access Basic Information (id, profile, email, address, phone)'
        value: profile
      - label: Access Fully (full)
        value: full
    description: 
  oauth2_logout_enabled:
    label: OAuth2 Logout Enabled
    help: 
    description: 
  oauth2_logout_url:
    label: OAuth2 Logout URL
    help: 
    description: 
  saml_enabled:
    label: SAML Enabled
    help: 
    description: 
  saml_entity_id:
    label: Entity Id
    help: 
    description: 
  saml_issuer:
    label: Issuer
    help: 
    description: 
  saml_idp_cert:
    label: IDP Cert
    help: 
    description: 
  saml_acs_url:
    label: ACS URL
    help: 
    description: 
  saml_name_id_format:
    label: Name
    help: 
    description: 
  saml_logout_enabled:
    label: SAML Logout Enabled
    help: 
    description: 
  saml_logout_url:
    label: SAML Logout URL
    help: 
    description: 
  saml_logout_block:
    label: SAML Logout Block
    help: 
    options:
      - label: HTTP Redirect
        value: redirect
      - label: HTTP Post
        value: post
    description: 
groups:
  api: API
  oauth2: OAuth2
  saml: SAML
listviews:
  all:
    label: All External Applications
