SsoAuthenticationHandler not working as expected | Community
Skip to main content
Level 2
July 15, 2021

SsoAuthenticationHandler not working as expected

  • July 15, 2021
  • 1 reply
  • 968 views

Hi Everybody

 

We have configure SsoAuthenticationHandler in OSGI Config for Testing.

It is an Publish instance from AEM 6.5.9

Installed Products
  Adobe Experience Manager (6.5.9.0)

I testing with the tool postman.

add header "remote_user" value "u123456"

create cookie AIRLOCK_LOGIN_USER with value u123456

add request parameter sso=u123456

Sendig the request

But the User is always null. The handler gets no session.

 

What do I have to do that the user is recognized. 

 

 

best  regards

Ewald

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

1 reply

ChitraMadan
Community Advisor
Community Advisor
July 15, 2021

Hi @ekoch,

 

First thing, can you please make sure that Jaas ranking for your module is higher than any other login module.

 

You can check the rankings by going here - http://aem-host:port/system/console/status-jaas

 

Also, Can you please share logs?

 

Thanks,

Chitra

EkochAuthor
Level 2
July 23, 2021
Hi Chitra