Questions tagged [spring-saml]

Spring Security SAML Extension enables seamless inclusion of SAML 2.0 Service Provider capabilities in Spring applications.

Spring Security SAML Extension enables integration of Spring applications with all SAML 2.0 Identity Provider products such as ADFS 2.0, Shibboleth, OpenAM/OpenSSO, Ping Federate and Okta.

Official Website: http://projects.spring.io/spring-security-saml/

Useful links:

728 questions
0
votes
1 answer

Spring Security SAML Examples

I'm trying to configure several Spring and Grails applications to use Spring Security SAML, but I can't find good tutorial. Can anyone point me in the right direction?
10GritSandpaper
  • 3,403
  • 3
  • 32
  • 54
0
votes
1 answer

Injecting a File in Spring Java Config

I am trying to configure SAML authentication using Spring's SAML extension. While trying it in the annotation way using Java Configuration. I have a requirement of getting the IDP metadata file and the SP metadata file to create the metadataManager…
dharam
  • 7,306
  • 15
  • 59
  • 87
0
votes
1 answer

session timeout at IDP with spring security saml

Can someone please explain what happens at the SP sessions, when a timeout occurs at the IDP ? How does the SP know to redirect user to IDP to login again ? Does the SP ping the IDP every time a request comes to it ?
user3280968
  • 181
  • 1
  • 7
0
votes
0 answers

Spring saml hits idp on every request

I have been integrating my web application developed in spring with spring saml for single sign on. Followed the tutorial on this link. Its working as expected. Authenticating user and redirecting to my application. The only issue I'm facing is on…
Mahesh Gosemath
  • 366
  • 3
  • 12
0
votes
1 answer

Change type of authentication using Spring Security SAML Extension

I've tested the Spring Security SAML Extension for integration in my project and it looks good for me. But I have one problem with this implementation: How can I change the authentication to a form based login? I have an application with a login…
0
votes
1 answer

LDAP user groups

How can I get users group list (as attribute) that user belongs too. I want to use LDAP server as SAML auth source and then I want to map LDAP attributes to SAML attributes and use them in spring-saml authentication for J2EE application group based…
freeland
  • 159
  • 2
  • 18
0
votes
1 answer

Spring Security SAML extension with OPENAM

So here is the scenario. I have my web app <==> IDP Proxy <==> IDP. Where both IDP proxy and IDP are openam instances. The ideas is we may add our additional IDPs (From other clients) so we want a proxy to shield the complexity. So here IDP Prxy is…
Reddymails
  • 713
  • 1
  • 9
  • 20
0
votes
1 answer

java.lang.VerifyError: org/springframework/beans/factory/xml/XmlBeanDefinitionReader.setEntityResolver(Lorg/xml/sax/EntityResolver;)V

I am trying to integrate spring saml extension with our JSF 2.0 web application. I get this strange error. I was able to deploy the sample application thats at https://github.com/SpringSource/spring-security-saml which is Spring mvc app "…
Reddymails
  • 713
  • 1
  • 9
  • 20
0
votes
0 answers

Spring-Security Redirect Error

I am working on Vaadin spring-security SAML authentication system. The problem is - when user goes to vaadin app address (if it is not authenticated) it has to be redirected to IDP login page. But in place of this redirection (the address changes in…
freeland
  • 159
  • 2
  • 18
0
votes
1 answer

Spring SAML implementation cannot resolve reference to bean

On my Vaadin application project I want to integrate spring-security-SAML extension. I downloaded source code from spring security extension page. Based on manual I packaged extension using mvn package and deployed it on local maven repository using…
freeland
  • 159
  • 2
  • 18
-1
votes
3 answers

Integrate Spring Boot Security SAML with Azure AD Gallery app as multi tenant

I am Developing Java Spring Boot System and trying to Integrate with Azure non-gallery app using SAML Single Sign-On. I found how to create Non-gallery applications, how to apply non-gallery app to Azure Gallery list etc. For example this link is…
-1
votes
1 answer

Sending SAML response to application for testing purposes?

I have to implement SAML Idp initiated flow for my project. I have used https://www.ssocircle.com/en/ and spring-saml to implement this. Now i want easy way to simulate SAML response from Idp in my project. I have captured SAML response ( xml…
Viraj
  • 4,175
  • 4
  • 27
  • 58
-1
votes
1 answer

Use of IDP Certificate

We are implementing a SSO as a service provider and multiple clients can configure their metadata xml and certificate with our application.I have successfully integrated our application with spring SAML extension.But i want to know what is the use…
Sraj
  • 31
  • 7
-1
votes
1 answer

No 'Access-Control-Allow-Origin' header is present on the requested resources SAML Federation

i have this problem in production enviromment, it's happened because i'm trying to redirect user to federation to authenticate, i'm using SAML authentication && IBM IHS console log of cors
-1
votes
1 answer

Spring Security SAML Extension integrate ADFS 3.0 with other claims provider

I follow chapter 12.0 instructions about using spring with adfs as IdP from here : http://docs.spring.io/autorepo/docs/spring-security-saml/1.0.x-SNAPSHOT/reference/htmlsingle/#chapter-idp-guide And I can successfully login the appliation with the…
陳光禹
  • 1
  • 3
1 2 3
48
49