mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-02 17:25:05 +02:00
Improved digikey provider
This commit is contained in:
parent
f7648e3311
commit
01d9109c45
2 changed files with 87 additions and 8 deletions
|
@ -13,6 +13,11 @@ knpu_oauth2_client:
|
|||
redirect_params: {name: 'ip_digikey_oauth'}
|
||||
|
||||
provider_options:
|
||||
urlAuthorize: 'https://sandbox-api.digikey.com/v1/oauth2/authorize'
|
||||
urlAccessToken: 'https://sandbox-api.digikey.com/v1/oauth2/token'
|
||||
urlAuthorize: 'https://api.digikey.com/v1/oauth2/authorize'
|
||||
urlAccessToken: 'https://api.digikey.com/v1/oauth2/token'
|
||||
urlResourceOwnerDetails: ''
|
||||
|
||||
# Sandbox
|
||||
#urlAuthorize: 'https://sandbox-api.digikey.com/v1/oauth2/authorize'
|
||||
#urlAccessToken: 'https://sandbox-api.digikey.com/v1/oauth2/token'
|
||||
#urlResourceOwnerDetails: ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue