Hey John, No problem. Thanks again for your help. I have followed the documentation as it is but still not able to figure out the issue.
I guess someone else here might have faced similar issues and would be able to help. Cheers On Tuesday, 25 November 2014 17:59:22 UTC+1, John Gasper wrote: > > Again, I haven't looked into openID with CAS, but based on this > document: https://wiki.jasig.org/display/CASUM/OpenID > > It looks like CAS Server is expecting the client to provide the mode to > it... And I'm guessing that CAS should return it to the client. > > --- > *John Gasper* > IAM Consultant > Unicon, Inc. > PGP/GPG Key: 0xbafee3ef > > On 11/25/14 8:37 AM, j shaik wrote: > > Hi, > > Thanks a lot this helped a lot. This solved the issue for redirection. > Really appreciate this. > However, The error with the missing parameter still exists. > > javax.servlet.ServletException: org.openid4java.message.MessageException: > 0x100: Required parameter missing: openid.mode >> >> Thanks. > > Regards > > > > On Tuesday, 25 November 2014 17:21:07 UTC+1, John Gasper wrote: >> >> I haven't worked with the openID stuff in CAS or Jenkins, so take this >> with a grain of salt. >> >> It looks like you'll got some missing dollar signs ($) in your Spring >> property assignments somewhere. In the screenshot, >> "{requestScope.response.url" doesn't look right... I'd expect that to get >> converted to something else. Somewhere, I'm guessing, the code should look >> like ${requestScope.response.url...} >> >> --- >> *John Gasper* >> IAM Consultant >> Unicon, Inc. >> PGP/GPG Key: 0xbafee3ef >> >> On 11/25/14 4:21 AM, j shaik wrote: >> >> Hi, >> >> I have jenkins configured with openID plugin. I have CAS configured with >> openID and LDAP to match the userIDs. I am receiving an error after >> successful authentication when CAS tries to redirect back to the jenkins >> page after authentication. instead of redirecting back with the session >> ticket it just sits on the page as shown below >> >> ... > > > -- > You are currently subscribed to [email protected] <javascript:> as: > [email protected] <javascript:> > To unsubscribe, change settings or access archives, see > http://www.ja-sig.org/wiki/display/JSG/cas-user > > -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
