wikijs-fork/server/modules/authentication/okta/definition.yml

35 lines
883 B
YAML
Raw Normal View History

2018-08-04 21:27:55 +00:00
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
color: blue darken-1
2018-08-04 21:27:55 +00:00
website: https://www.okta.com/
2019-04-28 17:51:42 +00:00
isAvailable: true
2018-08-04 21:27:55 +00:00
useForm: false
2019-04-28 17:51:42 +00:00
scopes:
- profile
- email
- openid
2018-08-04 21:27:55 +00:00
props:
clientId:
2019-04-28 17:51:42 +00:00
title: Client ID
2018-08-04 21:27:55 +00:00
type: String
hint: 20 chars alphanumeric string
2019-04-28 17:51:42 +00:00
order: 2
2018-08-04 21:27:55 +00:00
clientSecret:
2019-04-28 17:51:42 +00:00
title: Client Secret
2018-08-04 21:27:55 +00:00
type: String
hint: 40 chars alphanumeric string with a hyphen(s)
2019-04-28 17:51:42 +00:00
order: 3
2018-08-04 21:27:55 +00:00
idp:
title: Identity Provider ID (idp)
type: String
2019-04-28 17:51:42 +00:00
hint: (Optional) - 20 chars alphanumeric string
order: 4
2018-08-04 21:27:55 +00:00
audience:
2019-04-28 17:51:42 +00:00
title: Org URL
2018-08-04 21:27:55 +00:00
type: String
2019-04-28 17:51:42 +00:00
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