Refresh TOKEN and PKCE extension

113 views Asked by At

I am using the asgardeo library for Tomcat and reading the documentation I cannot find how to request a new AccessToken because the previous one has expired and I was wondering if it is possible to use the PKCE extension in the calls

1

There are 1 answers

0
robyp7 On

I think it hasn't been implemented by default( eg. HTTPSession BasedOID Processor class ). Maybe you have to extend BasedOID Processor with a new method and implement it.