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

18 lines
456 B
YAML
Raw Normal View History

2018-08-04 21:27:55 +00:00
key: oidc
title: Generic OpenID Connect
description: OpenID Connect 1.0 is a simple identity layer on top of the OAuth 2.0 protocol.
author: requarks.io
logo: https://static.requarks.io/logo/oidc.svg
color: blue-grey darken-2
2018-08-04 21:27:55 +00:00
website: http://openid.net/connect/
useForm: false
props:
clientId: String
clientSecret: String
authorizationURL: String
tokenURL: String
issuer: String
userInfoUrl: String
emailClaim: String
usernameClaim: String