Page 2 of 2 FirstFirst 12
Results 11 to 14 of 14

Thread: Spring Security Kerberos/SPNEGO Extension

  1. #11
    Join Date
    Sep 2004
    Location
    Manchester, NH
    Posts
    1,236

    Default

    Make sure your browser and the application [running Spring Sec] are on separate machines, otherwise the browser will try to use NTLM and not SPNEGO.
    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.


  2. #12

    Default Spring Kerberos Checksum Failed error

    Hi
    I am following the exact steps as mentioned in spring security kerberos tuorial but I seem to get the following error when validating kerberos token:
    Found key for HTTP/my-key@MYDOMAIN
    Entered Krb5Context.acceptSecContext with state=STATE_NEW
    >>> EType: sun.security.krb5.internal.crypto.ArcFourHmacEType
    Checksum failed !
    WARN : org.springframework.security.extensions.kerberos.w eb.SpnegoAuthenticationProcessingFilter - Negotiate Header was invalid: Negotiate YIIQs....

    Any pointers how to resolve this error?

    Thanks
    Last edited by akshaybhatia02; Aug 9th, 2010 at 10:16 AM.

  3. #13

    Default Spring Kerberos Checksum Failed error

    Hi Everybody
    I am following the exact steps as mentioned in spring security kerberos tuorial as well but I seem to get the following error when validating kerberos token:
    Found key for HTTP/my-key@MYDOMAIN
    Entered Krb5Context.acceptSecContext with state=STATE_NEW
    >>> EType: sun.security.krb5.internal.crypto.ArcFourHmacEType
    Checksum failed !
    WARN : org.springframework.security.extensions.kerberos.w eb.SpnegoAuthenticationProcessingFilter - Negotiate Header was invalid: Negotiate YIIQs....

    Any pointers how to resolve this error?

    I am using tomcat as my app server

    Thanks

  4. #14
    Join Date
    Sep 2010
    Posts
    3

    Default

    Does your problem with "Checksum failed" have been resolved?

    Got the same:
    >>> EType: sun.security.krb5.internal.crypto.ArcFourHmacEType
    Checksum failed !

    The problem appears in IE only. Firefox and Chrome work fine.
    And also Single Sign-On is not working for me.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •