Fix AladdinConnect OAuth domain (#119336)

fix aladdin connect oauth domain
This commit is contained in:
swcloudgenie 2024-06-10 16:40:24 -05:00 committed by GitHub
parent 8855289d9c
commit 68a9f3a048
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,5 +2,5 @@
DOMAIN = "aladdin_connect"
OAUTH2_AUTHORIZE = "https://app.aladdinconnect.com/login.html"
OAUTH2_AUTHORIZE = "https://app.aladdinconnect.net/login.html"
OAUTH2_TOKEN = "https://twdvzuefzh.execute-api.us-east-2.amazonaws.com/v1/oauth2/token"