hello everyone, I'm always using a Token Based Authentication of a User with an Admin Role for my integrations to avoid any permissions issues. Is there big drawbacks to do that ? Will the Token always be usable ( it's not really clear if the Token has a time limit) ? thanks a lot.
u
クリスピポテト
04/13/2020, 11:08 AM
so far there should be no limit limit if it is the OAuth 1.0 mechanism. If it is the OAUth 2.0 mechanism, you may refer to the OAuth 2.0 Authorization grant flow
k
KevinJ of Kansas
04/13/2020, 4:07 PM
In general, I find struggles with using admin role with token based authentication
KevinJ of Kansas
04/13/2020, 4:07 PM
Sometimes it works, sometimes it doesn't.
t
t_gdb
04/13/2020, 9:53 PM
ok thanks (still not 100% clear 🙂 ). i'll continue like this and keep you posted if more infos about it .
k
KevinJ of Kansas
04/13/2020, 10:01 PM
My professional suggestion is to not use administrator role for permissions
KevinJ of Kansas
04/13/2020, 10:01 PM
and instead create a new employee who's only purpose is the integrations and give it only what permissions it must have