Relative Content

Tag Archive for httpspring-authorization-serveroauth-2.1

How do I do OAuth 2 Authorization Code PKCE with Spring Authorization Server?

I created a Spring Authorization Server and I’m trying to use it to fake Auth0 for Integration Tests and Local Development. I’ve had absolutely no luck getting the http coordination working. Currently I think that the problem is that /authorize is looking for an authenticated client, but authentication shouldn’t be needed at /authorize in pkce.