-
Mar 11th, 2011, 05:06 PM
#1
Kerberos SSO credentials are null
I used the following guide to set up wicket auth roles with spring 3 but when I try to access the credentials, i get a null object returned.
In order to use the usernamepasswordauthenticationtoken i need the password to be a non-null value.
Is the usernamepasswordauthenticationtoken the correct token to use in this case? what should I do in order to get a non-null value?
Thanks in advance.
link to wiki document i followed: https://cwiki.apache.org/WICKET/spri...uth-roles.html
Last edited by geoffl; Mar 11th, 2011 at 05:06 PM.
Reason: added search tags
-
Mar 11th, 2011, 07:34 PM
#2
Why do you need a non-null value for the password?
Peter Mularien | Blog
Author, Spring Security 3 (Book) - Packt Publishing, Available in print and eBook form
SCJP 5, Oracle DBA
Any postings are my own opinion, and should not be attributed to my employer or clients.
-
Mar 11th, 2011, 08:58 PM
#3
The usernamepassword token requires a non null value
Actually that's not correct but see the next post. I thought I'd cancelled the submission of this post otherwise I wouldve just edited this one. Sorry
Last edited by geoffl; Mar 11th, 2011 at 09:04 PM.
-
Mar 11th, 2011, 09:00 PM
#4
Its causing me to get an invalid credentials error from the ldap when it tries to authenticate
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules