mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-01-16 23:29:33 +00:00
Add ip_buerklin_oauth to knpu_oauth2_client.yaml
This commit is contained in:
parent
c48f778648
commit
c1a10ac7a5
1 changed files with 17 additions and 2 deletions
|
|
@ -22,7 +22,7 @@ knpu_oauth2_client:
|
||||||
#urlAccessToken: 'https://sandbox-api.digikey.com/v1/oauth2/token'
|
#urlAccessToken: 'https://sandbox-api.digikey.com/v1/oauth2/token'
|
||||||
#urlResourceOwnerDetails: ''
|
#urlResourceOwnerDetails: ''
|
||||||
|
|
||||||
ip_octopart_oauth:
|
ip_octopart_oauth:
|
||||||
type: generic
|
type: generic
|
||||||
provider_class: '\League\OAuth2\Client\Provider\GenericProvider'
|
provider_class: '\League\OAuth2\Client\Provider\GenericProvider'
|
||||||
|
|
||||||
|
|
@ -36,3 +36,18 @@ knpu_oauth2_client:
|
||||||
urlAuthorize: 'https://identity.nexar.com/connect/authorize'
|
urlAuthorize: 'https://identity.nexar.com/connect/authorize'
|
||||||
urlAccessToken: 'https://identity.nexar.com/connect/token'
|
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