CUG Login Authentication | Community
Skip to main content
Level 2
January 30, 2019
Solved

CUG Login Authentication

  • January 30, 2019
  • 4 replies
  • 3006 views

Hello Devs,

I created a login functionality, which uses CUG credentials for authentication. It requests /j_security_check servlet for authentication. The functionality throws 404 when triggered over dispatcher. I also allowed the request to the servlet path in the dispatcher configs, but unfortunately it is not a success. Can you suggest some way to allow the post request to reach the AEM server.

Thanks Folks...

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 Gaurav-Behl

Please check this post to validate publish-service user and dispatcher related configurations

CUG login not working on publish server after restart

Share the logs/screenshot if this doesn't work.

dispatcher.any config:

/0099 { /type "allow" /global "*j_security_check*" }

4 replies

Gaurav-Behl
Gaurav-BehlAccepted solution
Level 10
January 30, 2019

Please check this post to validate publish-service user and dispatcher related configurations

CUG login not working on publish server after restart

Share the logs/screenshot if this doesn't work.

dispatcher.any config:

/0099 { /type "allow" /global "*j_security_check*" }

Level 2
January 30, 2019

Thank you so very much Gaurav, It worked.

Gaurav-Behl
Level 10
January 30, 2019

Glad to see it work!

What was the issue?

Level 2
January 30, 2019

I guess, I was going wrong somewhere in the rule. Thanks again Gaurav.

June 6, 2022

Hi All,

I have used same in my filter file 

/0099 { /type "allow" /glob"*j_security_check*" } it is not working but when i am trying to put /0099 { /type "allow" /global "*j_security_check*" } it giving me a syntax error .Please help me what wrong i have done.

 

Thanks,

Adarsh