adobe-apiplatform / user-sync.py

Application for synchronizing Adobe customer directories via the User Management API
https://adobe-apiplatform.github.io/user-sync.py/en/user-manual/
MIT License
87 stars 67 forks source link

UST and OAuth Server-to-Server #842

Closed cojocarule closed 5 months ago

cojocarule commented 6 months ago

Started the migration to OAuth Server-to-Server using UST v2.9.1 Logs show this entry on every run 2024-02-20 09:30:02 3524 INFO umapi_client.auth - auth token is missing or expired - refreshing now
Working fine after this, connects to UMAPI no other issues. Is it expected?.

cbalanoiu commented 6 months ago

Yes, that is expected. If the authToken is missing or expired, a new one is generated.