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

14 lines
403 B
YAML
Raw Normal View History

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.
author: requarks.io
2018-08-04 21:27:55 +00:00
logo: https://static.requarks.io/logo/oauth2.svg
color: grey darken-4
2018-08-04 21:27:55 +00:00
website: https://oauth.net/2/
useForm: false
props:
clientId: String
clientSecret: String
authorizationURL: String
tokenURL: String