Hi all,
I've ran into a problem getting my oauth to work because I'm not getting being past the basic authentication. I've been trying to setup my oauth authentication server following the demos on the spring site. I've gotten the examples to work with no problems. My problem is that even though I've tried copying configuration parts exactly, but I still can't get past the basic authentication. One big difference between my pom file and the spring demos and even random demos pom files on the internet is that those don't have versions explicitly listed for the oauth dependency as far as I can see. When I put my dependencies in my pom file as they are in the demos and tutorials, the
IDE doesn't let me compile because it says the versions are missing. I'm thinking that because I'm using boot, if I put a version maybe spring boot is not auto configuring things that need to be configured in order for the oauth to be used out of the box. Does that train of thought make any sense? I'm at a loss because I can't just look at a log file and find my problem.
Ultimately my problem is I can't get past the basic authentication and I think it's because of my pom file. I've tried so many different configurations with in memory, userdetailservices, and even just putting a user and password in the application.properties file.
What the demos' and tutorials' dependencies look like
What mine look like if I want to compile and run my program
I'd appreciate any insight! I'm really stuck