definition.yml 456 Bytes
Newer Older
1 2 3 4 5
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
6
color: blue-grey darken-2
7 8 9 10 11 12 13 14 15 16 17
website: http://openid.net/connect/
useForm: false
props:
  clientId: String
  clientSecret: String
  authorizationURL: String
  tokenURL: String
  issuer: String
  userInfoUrl: String
  emailClaim: String
  usernameClaim: String