mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-01-13 21:59:34 +00:00
Merge remote-tracking branch 'origin/patch-1' into Buerklin-provider
This commit is contained in:
commit
ee731475ca
1 changed files with 16 additions and 1 deletions
|
|
@ -35,4 +35,19 @@ knpu_oauth2_client:
|
|||
provider_options:
|
||||
urlAuthorize: 'https://identity.nexar.com/connect/authorize'
|
||||
urlAccessToken: 'https://identity.nexar.com/connect/token'
|
||||
urlResourceOwnerDetails: ''
|
||||
urlResourceOwnerDetails: ''
|
||||
|
||||
ip_buerklin_oauth:
|
||||
type: generic
|
||||
provider_class: '\League\OAuth2\Client\Provider\GenericProvider'
|
||||
|
||||
client_id: '%env(PROVIDER_BUERKLIN_CLIENT_ID)%'
|
||||
client_secret: '%env(PROVIDER_BUERKLIN_SECRET)%'
|
||||
|
||||
redirect_route: 'oauth_client_check'
|
||||
redirect_params: { name: 'ip_buerklin_oauth' }
|
||||
|
||||
provider_options:
|
||||
urlAuthorize: 'https://www.buerklin.com/authorizationserver/oauth/token'
|
||||
urlAccessToken: 'https://www.buerklin.com/authorizationserver/oauth/token'
|
||||
urlResourceOwnerDetails: ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue