Spring Oauth2 with custom url and signature asymmetric signature
I am very new to oauth and especially spring oauth2. Using basic spring oauth basic authentication it’s success.
Now I want to custom url and authentication method:
Spring oauth2 invoke refresh flow manually
I am using spring security reactive 6 with oauth2 and I want to be able to invoke the refresh of the tokens manually upon my custom logic
Using spring gateway as oauth2 client as well as Rba
I have two questions regarding spring security/ oatuh2