2018-08-04 21:27:55 +00:00
|
|
|
key: oidc
|
2020-08-30 20:33:52 +00:00
|
|
|
title: Generic OpenID Connect / OAuth2
|
2018-08-04 21:27:55 +00:00
|
|
|
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
|
2018-10-08 04:17:31 +00:00
|
|
|
color: blue-grey darken-2
|
2018-08-04 21:27:55 +00:00
|
|
|
website: http://openid.net/connect/
|
2020-08-15 17:32:58 +00:00
|
|
|
isAvailable: true
|
2018-08-04 21:27:55 +00:00
|
|
|
useForm: false
|
2020-08-15 17:32:58 +00:00
|
|
|
scopes:
|
|
|
|
- openid
|
|
|
|
- profile
|
|
|
|
- email
|
2018-08-04 21:27:55 +00:00
|
|
|
props:
|
2020-08-30 20:33:52 +00:00
|
|
|
clientId:
|
|
|
|
type: String
|
|
|
|
title: Client ID
|
|
|
|
hint: Application Client ID
|
|
|
|
order: 1
|
|
|
|
clientSecret:
|
|
|
|
type: String
|
|
|
|
title: Client Secret
|
|
|
|
hint: Application Client Secret
|
|
|
|
order: 2
|
|
|
|
authorizationURL:
|
|
|
|
type: String
|
|
|
|
title: Authorization Endpoint URL
|
|
|
|
hint: Application Authorization Endpoint URL
|
|
|
|
order: 3
|
|
|
|
tokenURL:
|
|
|
|
type: String
|
|
|
|
title: Token Endpoint URL
|
|
|
|
hint: Application Token Endpoint URL
|
|
|
|
order: 4
|
|
|
|
userInfoURL:
|
|
|
|
type: String
|
|
|
|
title: User Info Endpoint URL
|
|
|
|
hint: User Info Endpoint URL
|
|
|
|
order: 5
|
|
|
|
issuer:
|
|
|
|
type: String
|
|
|
|
title: Issuer
|
|
|
|
hint: Issuer URL
|
|
|
|
order: 6
|
|
|
|
emailClaim:
|
|
|
|
type: String
|
|
|
|
title: Email Claim
|
|
|
|
hint: Field containing the email address
|
|
|
|
default: email
|
|
|
|
maxWidth: 500
|
|
|
|
order: 7
|
2023-01-29 22:55:47 +00:00
|
|
|
displayNameClaim:
|
|
|
|
type: String
|
|
|
|
title: Display Name Claim
|
|
|
|
hint: Field containing the user display name
|
|
|
|
default: displayName
|
|
|
|
maxWidth: 500
|
|
|
|
order: 8
|
2022-09-05 22:40:54 +00:00
|
|
|
mapGroups:
|
|
|
|
type: Boolean
|
|
|
|
title: Map Groups
|
|
|
|
hint: Map groups matching names from the groups claim value
|
|
|
|
default: false
|
2023-01-29 22:55:47 +00:00
|
|
|
order: 9
|
2022-09-05 22:40:54 +00:00
|
|
|
groupsClaim:
|
|
|
|
type: String
|
|
|
|
title: Groups Claim
|
|
|
|
hint: Field containing the group names
|
|
|
|
default: groups
|
|
|
|
maxWidth: 500
|
2023-01-29 22:55:47 +00:00
|
|
|
order: 10
|
2020-09-10 00:20:55 +00:00
|
|
|
logoutURL:
|
|
|
|
type: String
|
|
|
|
title: Logout URL
|
|
|
|
hint: (optional) Logout URL on the OAuth2 provider where the user will be redirected to complete the logout process.
|
2023-01-29 22:55:47 +00:00
|
|
|
order: 11
|