mirror of https://github.com/requarks/wiki
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
491 B
22 lines
491 B
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
|
|
website: http://openid.net/connect/
|
|
isAvailable: true
|
|
useForm: false
|
|
scopes:
|
|
- openid
|
|
- profile
|
|
- email
|
|
props:
|
|
clientId: String
|
|
clientSecret: String
|
|
authorizationURL: String
|
|
tokenURL: String
|
|
issuer: String
|
|
userInfoURL: String
|
|
emailClaim: String
|