0

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

A.J.
  • 904
  • 9
  • 20

1 Answers1

0

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.

jps
  • 20,041
  • 15
  • 75
  • 79
robyp7
  • 481
  • 2
  • 7
  • 25