Hi,

I am using the AuthorizationCodeGrantService but when I call 
"/authorize?response_type=code&scope=public&client_id=q4PuwiPH6nhj5A&redirect_uri=http://test.fr";
 I see the request reaching the code but then I get a 401 because the code 
looks for "securityContext.getUserPrincipal()". 

do I have to setup a filter before? 
do i have to link this filter with another LDAP or the authorizaiton service?

as far as I understood I was supposed to be redirected to a login form or I can 
also provide clientId:clientSecret B64 as basic authentication
but I don't get how to setup the whole thing

can you help on this topic?

thanks,

Reply via email to