You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i think OpenTDF.AuthProviders.externalAuthProvider may have an issue....
i get: {"error":"invalid_token","error_description":"Invalid token type, must be access token"}
but im pretty sure the token sent to the function is an access token
was able to get OpenTDF.AuthProviders.refreshAuthProvider to work.
i think
OpenTDF.AuthProviders.externalAuthProvider
may have an issue....i get:
{"error":"invalid_token","error_description":"Invalid token type, must be access token"}
but im pretty sure the token sent to the function is an access token
was able to get
OpenTDF.AuthProviders.refreshAuthProvider
to work.however, seems like the function signature changed on the refreshAuthProvider method?.. the 'exchange' parameter seen here:
https://github.com/virtru-corp/dsp-cop/blob/f647d9f16db21293a5125daeb87661aecd7ba57b/ui/src/hooks/useTdf.tsx#L18
at least, it wasnt in my webpacked bundle, but maybe im on an outdated branch.
The text was updated successfully, but these errors were encountered: