Questions tagged [spring-security-saml2]

104 questions
0
votes
1 answer

Error of connection with SAML and Spring Security

I'm using Spring Security 4.2.13.RELEASE and spring-security-saml2-core 1.0.10.RELEASE. The idp is Google (and I don't have access to its configuration). My application is run on a tomcat-like server. After this short briefing, my issue! Often,…
Benoît
  • 41
  • 5
0
votes
0 answers

Having problem while trying to access the idp url after using saml plugin in grails for SSO

I have installed a SAML plugin in Grails in my local project. I am able to see a page created from the plugin where I can click a button to go the IDP selection page. But when I am trying to go to the IDP selection page it is not working, a blank…
0
votes
2 answers

SpringBoot 2 SSO with OAM using SAML2

I am working on a web application of tech stack contains front end ReactJS and backend SpringBoot 2 Microservices. Now it's time for the SSO integration **(single sign on) using the OAM(Oracle Access Manager) using SAML2 **. I had a discussion with…
0
votes
1 answer

spring-boot-thymeleaf-starter - "Circular view path[landing],Check your ViewResolver setup! error

I have implemented saml-adfs service provider using spring-security-saml2. SAML-ADFS authentication happens properly. After authentication I am trying to redirect it to a landing page, which has few variables such as UserID dynamically populating…
Priya Tanwar
  • 117
  • 2
  • 12
0
votes
0 answers

how to configure Spring boot, Apache Shiro, bujipac4j for SAML SSO

I have a Spring Boot - Theme Leaf - Shiro Application I Have seen examples for following Spring boot - spring-security - pac4j-saml sso https://github.com/pac4j/spring-security-pac4j-boot-demo Shiro web application - buji-pac4j …
sparkbird
  • 21
  • 2
  • 8
0
votes
0 answers

How to Generate SP XML for Spring Security SAML Plugin

I am coding in grails 3.3.9 and am using the Spring Security SAML Plugin in order to use SSO with Microsoft Active Directory 2012. This plugin requires the idp xml and the sp xml. I have ADFS (AD Federation Services) as my idp (and I figured out how…
Bmoe
  • 888
  • 1
  • 15
  • 37
0
votes
1 answer

How to avoid the "Select an Identity Provider" page when application.yml has only one IdP?

Is there a way to avoid the "Select an Identity Provider" page when application.yml has only one IdP entry thus? ... providers: - alias: spring-security-saml-idp metadata:…
Naga Vijayapuram
  • 845
  • 7
  • 11
0
votes
1 answer

Why does Spring SAML SP need a keystore and related key configuration?

I have a spring boot application and planning to use Okta, referring to the below 2 samples, what is the purpose of configuring keystore for service provider?…
Kumar225
  • 227
  • 1
  • 5
  • 13
0
votes
1 answer

Single .jks Files contain multiple key-store for SAML application

My application need to connect to multiple Idp Providers using SAML, for this I have generated multiple .jks files with key-alias and Password of their own , but I need a single .jks file containing all them. is there any way to merge these , I have…
0
votes
1 answer

Spring Security SAML: Accept only signed SAML response messages from IDP

We are using Spring Security SAML (v1.0.3) in our Java application for SAML SSO with IDP. Requirement: Accept only signed SAML response messages from IDP, if the SAML response is not signed, then throw an exception. Actual Result: Even if the…
Aman
  • 1,170
  • 3
  • 15
  • 29
0
votes
1 answer

SAML assertion fails

I have a Spring-SAML app with Okta as IDP. I'm doing IDP initiated flow and get this exception : org.opensaml.common.SAMLException: Endpoint with message binding urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST and URL…
0
votes
1 answer

Endpoint URL not found because of rewriting

We are using Spring Security with the SAML2 extension in our project. Currently we want to upgrade from version 1.0.0 to 1.0.3 but ran into a problem. Our application is running in a Tomcat which has an Apache webserver in front of it. The…
Hapeka
  • 80
  • 5
0
votes
1 answer

Is Spring Boot SSO based on JWT?

I was wondering if Spring Boot SSO implementation is based on JWT or keeps the session open in the server memory? Thanks in advance.
-1
votes
0 answers

spring security saml with an existing login management service

The problem that I am trying to resolves is as below - We already have an implementation with spring boot for a simple username/password based login service . Now we are working towards supporting saml as a protocol for single sign on . For SAML I…
1 2 3 4 5 6
7