lds account authenticaiton via https

Support and Announcements for the Tech Java Web Application Platform (setup, configuration, bugs, feedback).
Locked
pauldev
New Member
Posts: 28
Joined: Mon Jan 07, 2013 12:42 pm

lds account authenticaiton via https

#1

Post by pauldev »

Hello,
I am working on getting lds account authenticaion working in https. It seems like an easy thing to do. Just add requires-channel="https"...

I have this tag <sec:intercept-url requires-channel="https" pattern="/spring_security_login" access="permitAll" />

The problem I see is an error returned:
Your login attempt was not successful, try again.
Reason: Authentication method not supported: GET

I can clearly see that the default login html is POST.
Any ideas?
russellhltn
Community Administrator
Posts: 34422
Joined: Sat Jan 20, 2007 2:53 pm
Location: U.S.

Re: lds account authenticaiton via https

#2

Post by russellhltn »

Please keep in mind a couple of things:
1) This is a public forum. Do not post anything that could compromise security.
2) It's my understanding that only church-authorized programs are allowed to use LDS Account authentication.
Have you searched the Help Center? Try doing a Google search and adding "site:churchofjesuschrist.org/help" to the search criteria.

So we can better help you, please edit your Profile to include your general location.
pauldev
New Member
Posts: 28
Joined: Mon Jan 07, 2013 12:42 pm

Re: lds account authenticaiton via https

#3

Post by pauldev »

Yes, I agree with you on both 1 and 2. The topic is generic spring mvc security... (no trade secrets)

But I still have my initial question open for any advice or suggestions..
Locked

Return to “Java Web Project Support (Stack)”