Re: [Dev] IS 5.0 - Token endpoint doesn't validate Authorization header

2015-07-16 Thread Pushpalanka Jayawardhana
Hi Sajith, Yes, I could also observe the same behavior. We do validate the authorization header before issuing token, this request fails if you insert 123 in the middle and gives Client Authentication failed. error. I doubt whether there is a cut off done by length. Have to investigate further.

[Dev] IS 5.0 - Token endpoint doesn't validate Authorization header

2015-07-16 Thread Sajith Kariyawasam
Hi all, I registered a service provider in IS 5.0 from admin user, and configured OAuth. Using following curl command I obtained the access token curl -k -d grant_type=passwordusername=adminpassword=admin -H Authorization: Basic