definition.yml 937 Bytes
Newer Older
1 2 3 4 5
key: okta
title: Okta
description: Okta provide secure identity management and single sign-on to any application.
author: requarks.io
logo: https://static.requarks.io/logo/okta.svg
6
color: blue darken-1
7
website: https://www.okta.com/
Nick's avatar
Nick committed
8
isAvailable: true
9
useForm: false
Nick's avatar
Nick committed
10 11 12 13
scopes:
  - profile
  - email
  - openid
14
props:
15 16 17 18 19
  audience:
    title: Org URL
    type: String
    hint: Okta organization URL (e.g. https://example.okta.com, https://example.oktapreview.com), found on the Developer Dashboard, in the upper right.
    order: 1
20
  clientId:
Nick's avatar
Nick committed
21
    title: Client ID
22 23
    type: String
    hint: 20 chars alphanumeric string
24
    maxWidth: 400
Nick's avatar
Nick committed
25
    order: 2
26
  clientSecret:
Nick's avatar
Nick committed
27
    title: Client Secret
28 29
    type: String
    hint: 40 chars alphanumeric string with a hyphen(s)
30
    maxWidth: 600
Nick's avatar
Nick committed
31
    order: 3
32 33 34
  idp:
    title: Identity Provider ID (idp)
    type: String
Nick's avatar
Nick committed
35
    hint: (Optional) - 20 chars alphanumeric string
36
    maxWidth: 400
Nick's avatar
Nick committed
37
    order: 4