mcitcentral / mcitmocks

0 stars 0 forks source link

chore: add dependencies for OAuth2 and Spring Security #14

Closed joshmhanson closed 3 years ago

joshmhanson commented 3 years ago

Description

Adds required dependencies for using OAuth2 and Spring Security in the project.

Testing

Initially it didn't seem to quite work correctly as IntelliJ reported that the dependencies couldn't be found when hovering over them in pom.xml. If you experience this, go to File > Invalidate Caches, and hit "Invalidate and Restart".

Build and run MCITMocksApplication. If you see o.s.s.web.DefaultSecurityFilterChain in the output, you know that Spring Security is successfully loaded in.

Checklist