DEV Community

Discussion on: SPRING BOOT SECURITY WITH OAUTH 2.0

Collapse
 
ravimengar profile image
Ravi Mengar

There is no style information associated with XML file because there's no need of it, the login form you're seeing above is the default form which spring security provides by default when you enable it in your properties file.

And yes, you're right that full authentication is required to access this resource
unauthorized but here i have just tried to implement the workflow of basic java application having spring security with oauth.