cancel
Showing results for 
Search instead for 
Did you mean: 

Authentication in Hybris

Former Member
0 Kudos

Hi All

I want System X to use the rest service provided by Hybris for Authentication and Authorization.

If i use the following url in the rest client : **http://localhost:9001/rest/oauth/authorize**

i get the login page in the response. Do i need to pass the username and password during the rest call and if yes how do i do that.

Regards

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

The following link discuss in detail about authentication and authorization

 https://wiki.hybris.com/display/release5/WebService+API+-+Security+Architecture
Former Member
0 Kudos

Thanks Saurabh

When i read the documentation for LOGIN

Checking credentials: A request for a validation of the provided credentials: http://localhost:9001/ws410/rest/login If the login process is: Valid: Status is 200 OK Invalid: Status is 401 Unauthorized

i get the URL but how do i pass the parameters, is it XML over http for a rest endpoint or parameters are passed as a part of rest URL. No information is provided on that front.

Former Member
0 Kudos

I never seen a login where u append parameters like password to url :)