<client-details-service> vs <client>
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
Code:
<client-details-service>
<client />
</client-details-service>
and
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?
I have the same issue with
and
Could you point me some more detailed documentation?
Thanks in advance.