Hi everyone, I'm really new to Spring and Spring Security so I have to ask you some advice: in spring-security-oauth2-1.0.xsd I can't figure out the difference between
andCode:<client-details-service> <client /> </client-details-service>
Reading from here I understand that the loaded ones are those in <client-details-service>, so what to do with the <client> ones? What is their use?Code:<client />
I have the same issue with
andCode:<resource-server>
Could you point me some more detailed documentation?Code:<resource>
Thanks in advance.


Reply With Quote