Spring Security Saml + Idp 3.1.2: The application you have accessed is not registered for use with this service
Павел Шашко
pavel.shashko at gmail.com
Wed Aug 26 08:55:39 EDT 2015
I met a new challenge)
I have implemented test jaas login module for IDP and in log I see, that it
works.
But after redirect from idp login page back to app I have error:
HTTP Status 401 - Authentication Failed: Error decoding incoming SAML
message
and in log:
Cannot localize sender entity by SHA-1 hash from the artifact at
org.springframework.security.saml.websso.ArtifactResolutionProfileBase.resolveArtifact(ArtifactResolutionProfileBase.java:77)
I understand that the problem is on the side of spring-security-saml, but
maybe you can tell me where to find the problem?
full description of my problem on stackoverflow:
http://stackoverflow.com/questions/32221517/spring-security-saml-cannot-localize-sender-entity-by-sha-1-hash-from-the-artif
similar problem:
http://forum.spring.io/forum/spring-projects/security/saml/723768-http-status-401-authentication-failed-error-decoding-incoming-saml-message
thanks in advance!
2015-08-26 10:06 GMT+03:00 Павел Шашко <pavel.shashko at gmail.com>:
> My idp.home directory is default - C:\opt\shibboleth-idp.
>
> 2015-08-25 16:19 GMT+03:00 Cantor, Scott <cantor.2 at osu.edu>:
>
>> On 8/25/15, 4:40 AM, "users on behalf of Павел Шашко" <
>> users-bounces at shibboleth.net on behalf of pavel.shashko at gmail.com> wrote:
>>
>> >I resolve problem. Additional to steps in last letter I add this to idp
>> webapp web.xml:
>> ><context-param>
>> ><param-name>idp.home</param-name>
>> ><param-value>C:/opt/shibboleth-idp</param-value>
>> > </context-param>
>>
>> You can just set it as a -D parameter to Java.
>>
>> That would mean your container's working directory isn't located on the C
>> drive. I think that would break the automatic detection of the default path.
>>
>> -- Scott
>>
>> --
>> To unsubscribe from this list send an email to
>> users-unsubscribe at shibboleth.net
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/users/attachments/20150826/32346d6a/attachment-0001.html>
More information about the users
mailing list