spring-saml Questions
3
Im trying to implement spring-securtiy-saml integration as a SP with an adfs system, and im bumping my head for some days now with this exception happening when SAMLResponnse is sent back from the ...
Maroney asked 3/10, 2017 at 8:24
2
Solved
I'm using the Spring Security SAML 2.0 sample webapp on Tomcat 7 and have modified it to try to get it to authenticate against a Ping Identity service. The webapp is talking to the service and it's...
Monasticism asked 21/8, 2012 at 15:50
4
Solved
In order to fetch metadata from a remote source, I defined an ExtendedMetadataDelegate bean as follows:
@Bean
@Qualifier("replyMeta")
public ExtendedMetadataDelegate replyMetadataProvider() throws...
Phytology asked 18/8, 2014 at 12:47
3
Spring Security SAML insists on requesting the Artifact binding in the SAML authentication request (ProtocolBinding attribute):
<saml2p:AuthnRequest xmlns:saml2p="urn:oasis:names:tc:SAML:2....
Chitterlings asked 5/12, 2012 at 17:10
5
Solved
I have been trying to get the Spring SAML Sample application up and running, but have been struggling for days, and searching the internet with no success. I have followed all the steps in the Quic...
Cicero asked 6/1, 2015 at 4:35
4
Solved
I'm trying to execute Spring Security SAML Sample application following all steps referenced here : http://docs.spring.io/autorepo/docs/spring-security-saml/1.0.x-SNAPSHOT/reference/htmlsingle/#qui...
Rosemarierosemary asked 23/1, 2015 at 10:24
3
Chrome 80 will introduce a new attribute which is SameSite.
Strict - Only attach cookies for ‘same-site’ requests.
Lax - Send cookies for ‘same-site’ requests, along with ‘cross-site’ top level n...
Reitareiter asked 5/2, 2020 at 2:36
2
I am using OpenAM as my IDP and my SP (an angular2 SPA) is based on the example shared at: https://github.com/vdenotaris/spring-boot-security-saml-sample
After authentication, my webapp is suppose...
Pontonier asked 31/7, 2016 at 7:50
7
Solved
I have generated testIdp.cer file by copying 509 entry of the IDP I am planning to connect. Then I created JKS file by executing the following command
keytool -importcert -alias adfssigning -keyst...
Acord asked 2/10, 2014 at 15:20
2
Solved
In my application I have so far used the OAuth2 password grant flow to generate a JWT access token to clients providing their username and password using Spring Security and Spring OAuth. They then...
Charmain asked 23/10, 2018 at 10:47
3
i'm trying Okta quick start for Java tomcat SAML, I am very new to this topic.
When I start my test application I do see a link to Okta IDP, after clicking "Start single sign-on" button i am being ...
Barfuss asked 18/2, 2016 at 14:4
4
Solved
We have a Spring MVC (4.0.5) application with Spring Security (3.2.4) which includes CSRF protection which works fine. We are now adding the SAML security extension (spring-security-saml2-core 1.0....
Reticulate asked 22/10, 2014 at 13:39
1
Solved
I am using spring security Saml 2.0 with spring boot for SSO (Single sign on) with azure as Identity provider.
Spring security uses "{baseUrl}/login/saml2/sso/{registrationId}" as a defau...
Constable asked 14/4, 2021 at 20:28
5
Solved
I am trying to integrate SAML SSO with Spring Security using Spring Security SAML extension. Before, I succeeded to run a proof of concept found here: https://github.com/vdenotaris/spring-boot-secu...
Polypeptide asked 14/1, 2016 at 18:3
3
Solved
Usually my Spring SAML-based Service Provider (SP) implementation works fine, but sometimes it returns this error:
[2014-07-17 16:00:58.767] boot - 1078 DEBUG [http-bio-80-exec-1] --- BaseMessageD...
Pickar asked 17/7, 2014 at 14:9
1
I'm working with spring-security and spring-security-saml2-service-provider with versions 5.2.0.RELEASE. I'm trying after authentication by IDP to obtain the current Assertion in order to map it to...
Meanwhile asked 15/10, 2019 at 18:22
2
saml with an ADFS idp. rutime error, the sp non-signed metadata was imported without problems in adfs idp but i'm facing a problem at run time:
after idp authentication, on succesfull authenticatio...
Dronski asked 20/5, 2015 at 20:22
2
Solved
I have several AngularJS apps all using Spring/Java and SAML 2.0 for SSO (leveraging the Spring Security SAML extension). My SSO id provider is OpenAM and everything is working pretty well. However...
Recha asked 25/9, 2014 at 20:49
2
I want to create a SSO to be used by multiple applications, what would be the best way to do it. I was going through SAML2.0 but I am confused as I didn’t find any articles to create own/cust...
Magus asked 13/6, 2019 at 16:11
2
Solved
I'm using Spring Security SAML 1.0.1, and I want to know the value of the SAML attribute whose name is "eduPersonAffiliation". I've coded a class which implements the org.springframework.security.s...
Diversity asked 12/11, 2015 at 17:40
1
Solved
https://www.kb.cert.org/vuls/id/475445 has just been disclosed.
Is this impacting Spring Security SAML2?
I can't see the XML parser used on Spring Security SAML2 on the list of affected APIs.
Le...
Artificer asked 27/2, 2018 at 22:55
0
I'ld like to implement SSO using SAML 2.0 in my web applications. I have seen spring-security-saml and example of spring boot application. There are a couple of things I wanted to know after I went...
Kurdish asked 20/2, 2018 at 10:45
2
Solved
We are working on an application, which is protected with spring security saml.
Authentication works fine, but there is one problem with the following workflow in production environment.
user re...
Izanami asked 20/7, 2017 at 6:31
1
I am using Spring security in my web application and I am using Javaconfig for it. Recently we have also added Spring SAML authentication in the application and finally got it working after some hu...
Sayre asked 26/9, 2017 at 9:10
2
Solved
I'm working on an integration between Spring SAML and Microsoft ADFS 3.0. Even it is already stated in the documentation of Spring SAML as:
Open the provider by double-clicking it, select tab Ad...
Desist asked 28/7, 2015 at 15:39
1 Next >
© 2022 - 2024 — McMap. All rights reserved.