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.

17 lines
456 B

  1. key: oidc
  2. title: Generic OpenID Connect
  3. description: OpenID Connect 1.0 is a simple identity layer on top of the OAuth 2.0 protocol.
  4. author: requarks.io
  5. logo: https://static.requarks.io/logo/oidc.svg
  6. color: blue-grey darken-2
  7. website: http://openid.net/connect/
  8. useForm: false
  9. props:
  10. clientId: String
  11. clientSecret: String
  12. authorizationURL: String
  13. tokenURL: String
  14. issuer: String
  15. userInfoUrl: String
  16. emailClaim: String
  17. usernameClaim: String