2018-07-08 15:16:45 +00:00
|
|
|
key: oauth2
|
2018-08-04 21:27:55 +00:00
|
|
|
title: Generic OAuth2
|
|
|
|
description: OAuth 2 is an authorization framework that enables applications to obtain limited access to user accounts on an HTTP service.
|
2018-07-08 15:16:45 +00:00
|
|
|
author: requarks.io
|
2018-08-04 21:27:55 +00:00
|
|
|
logo: https://static.requarks.io/logo/oauth2.svg
|
2018-10-08 04:17:31 +00:00
|
|
|
color: grey darken-4
|
2018-08-04 21:27:55 +00:00
|
|
|
website: https://oauth.net/2/
|
2020-07-03 23:36:33 +00:00
|
|
|
isAvailable: true
|
2018-07-08 15:16:45 +00:00
|
|
|
useForm: false
|
|
|
|
props:
|
2020-07-03 23:36:33 +00:00
|
|
|
clientId:
|
|
|
|
type: String
|
|
|
|
title: Client ID
|
|
|
|
hint: Application Client ID
|
|
|
|
order: 1
|
|
|
|
clientSecret:
|
|
|
|
type: String
|
|
|
|
title: Client Secret
|
|
|
|
hint: Application Client Secret
|
|
|
|
order: 2
|
|
|
|
authorizationURL:
|
|
|
|
type: String
|
|
|
|
title: Authorization Endpoint URL
|
|
|
|
hint: The full URL to the authorization endpoint, used to get an authorization code.
|
|
|
|
order: 3
|
|
|
|
tokenURL:
|
|
|
|
type: String
|
|
|
|
title: Token Endpoint URL
|
|
|
|
hint: The full URL to the token endpoint, used to get an access token.
|
|
|
|
order: 4
|
|
|
|
mappingUID:
|
|
|
|
title: Unique ID Field Mapping
|
|
|
|
type: String
|
|
|
|
default: 'id'
|
|
|
|
hint: The field storing the user unique identifier, e.g. "id" or "_id".
|
|
|
|
maxWidth: 500
|
|
|
|
order: 20
|
|
|
|
mappingEmail:
|
|
|
|
title: Email Field Mapping
|
|
|
|
type: String
|
|
|
|
default: 'email'
|
|
|
|
hint: The field storing the user email, e.g. "email" or "mail".
|
|
|
|
maxWidth: 500
|
|
|
|
order: 21
|
|
|
|
mappingDisplayName:
|
|
|
|
title: Display Name Field Mapping
|
|
|
|
type: String
|
|
|
|
default: 'name'
|
|
|
|
hint: The field storing the user display name, e.g. "name", "displayName" or "username".
|
|
|
|
maxWidth: 500
|
|
|
|
order: 22
|
|
|
|
mappingPicture:
|
|
|
|
title: Avatar Picture Field Mapping
|
|
|
|
type: String
|
|
|
|
default: 'pictureUrl'
|
|
|
|
hint: The field storing the user avatar picture, e.g. "pictureUrl" or "avatarUrl".
|
|
|
|
maxWidth: 500
|
|
|
|
order: 23
|