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

30 lines
640 B
YAML
Raw Normal View History

key: auth0
title: Auth0
2018-08-04 21:27:55 +00:00
description: Auth0 provides universal identity platform for web, mobile, IoT, and internal applications.
author: requarks.io
2018-08-04 21:27:55 +00:00
logo: https://static.requarks.io/logo/auth0.svg
color: deep-orange
2018-08-04 21:27:55 +00:00
website: https://auth0.com/
isAvailable: true
useForm: false
2019-04-21 06:04:00 +00:00
scopes:
- openid
- profile
- email
props:
domain:
type: String
title: Domain
hint: Your Auth0 domain (e.g. something.auth0.com)
order: 1
clientId:
type: String
title: Client ID
hint: Application Client ID
order: 2
clientSecret:
type: String
title: Client Secret
hint: Application Client Secret
order: 3