AEM Authentication of SOAP/REST Web Services | Community
Skip to main content
AEM_Forum
New Participant
September 15, 2016
Solved

AEM Authentication of SOAP/REST Web Services

  • September 15, 2016
  • 4 replies
  • 2517 views

Hi,

How AEM Authenticates the SOAP/REST Web Services requests?

Obviously, the request needs to be authenticated and authorized for all Web Services invocations.

Is the authentication done as in the normal AEM access case?

Are the users/passwords stored in AEM or in an LDAP?

How is authorization done? Using AEM ACLs?

Appreciate your responses.

Thanks,

Rama.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by kautuk_sahni

Rama Krishna Nyshadham wrote...

Hi,

I am talking about AEM consuming external web services and the account external web services should use.

Authentication: Users could be stored in AEM repository or LDAP.

Authorization: The same users should have ACLs

Kindly confirm this understanding.

Thanks,

Rama.

 

Hi Rama

I would like you to please have look at this community article:- 

Link:- http://jackrabbit.apache.org/oak/docs/security/authentication/externalloginmodule.html

// It talks about Authentication with the External Login Module.

You question is more related to how AEM handles/Works with external authentication module. How it saves users and ACLs?

~kautuk 

4 replies

kautuk_sahni
kautuk_sahniAccepted solution
Employee
September 16, 2016

Rama Krishna Nyshadham wrote...

Hi,

I am talking about AEM consuming external web services and the account external web services should use.

Authentication: Users could be stored in AEM repository or LDAP.

Authorization: The same users should have ACLs

Kindly confirm this understanding.

Thanks,

Rama.

 

Hi Rama

I would like you to please have look at this community article:- 

Link:- http://jackrabbit.apache.org/oak/docs/security/authentication/externalloginmodule.html

// It talks about Authentication with the External Login Module.

You question is more related to how AEM handles/Works with external authentication module. How it saves users and ACLs?

~kautuk 

Kautuk Sahni
AEM_Forum
AEM_ForumAuthor
New Participant
September 15, 2016

Hi,

I am talking about AEM consuming external web services and the account external web services should use.

Authentication: Users could be stored in AEM repository or LDAP.

Authorization: The same users should have ACLs

Kindly confirm this understanding.

Thanks,

Rama.

smacdonald2008
New Participant
September 15, 2016

When you say SOAP web service - do you mean when an AEM service consumes a web service?  AEM does not expose a web service - only can consume a 3rd party SOAP WS.

Feike_Visser1
Employee
September 15, 2016

All requests in AEM are handled in the same way, so using authentication, acl etc.