rvrsh3ll / TokenTactics

Azure JWT Token Manipulation Toolset
BSD 3-Clause "New" or "Revised" License
584 stars 94 forks source link

RefreshTo-Refresh #5

Closed codeitch closed 2 years ago

codeitch commented 2 years ago

I wonder if something like “RefreshTo-Refresh” function would be viable? (thus offering a way of persistence by using a refresh token to issue a new refresh token)

codeitch commented 2 years ago

Resolved - I've just RTFM :) (https://docs.microsoft.com/en-us/advertising/guides/authentication-oauth-get-tokens?view=bingads-13)

boku7 commented 2 years ago

Yeah, not possible afaik, but good train of thought. That was one of the first things I tried to do when researching and contributing to the tool. Even did some xdev research to see if I could find a hack to refresh for infinite length tokens. Always good to keep asking the questions, and hacking away till you find out the answers. Leave no stone unturn 😉