saml-2.0 Questions
1
My project is working fine and building fine as well. However, when I add package rsk.identityserver4.saml it gives me error on this code.
var builder = services.AddIdentityServer(options =>
{...
Archeozoic asked 21/10, 2021 at 12:58
0
I am writing a fastapi web app which gets authenticated using OKTA iDP with SAML 2.0 SSO. I want to protect my APIs in web app. I know fastapi has only Oauth2/token based API protection instead of ...
Precatory asked 22/1, 2022 at 8:22
2
I'm using Spring Security's SAML 2.0 to connect my service provider to multiple identity providers.
Everything in Spring's SAML 2.0 documentation makes sense. I have read many helpful tutorials inc...
Muro asked 10/11, 2021 at 4:10
1
Solved
I have been using SAML 2.0 with Spring Boot 2.5.6 using Okta as the Identity Provider. For the most part, I have been able to create a Web Application and integrate with Okta's Identity provider. T...
Basrhin asked 13/11, 2021 at 17:1
4
I am trying to understand SSO using SAML. I have come across the RelayState parameter and am very confused exactly why it comes first in SSO to send encoded URLs? What exactly does it mean?
Please...
Magritte asked 18/12, 2015 at 7:7
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
1
Solved
I am trying to create SP initiated SSO on Spring MVC application with Okta idp. I am getting 404 after the redirection from idp with failed authentication with the below error message when i am doi...
Garrulous asked 15/9, 2020 at 12:18
1
I have a .Net Core 2 application which leverages Sustainsys.Saml2.AspNetCor2 (2.7.0). The front end is an Angular application. The SAML approach I'm taking is based on, and very similar to, the app...
Barbarize asked 11/9, 2020 at 20:7
2
Solved
I am having quite a time setting up SAML integration with a client using our platform. We're using OneLogin's php sdk on our end to act as a service provider. Not sure what they're using as an iden...
5
Solved
The ACS url in the Google SSO SAML setup where Google is the Identity Provider has to start with https. Therefore, I've not been able to use a localhost url. Is there a way how I could test Google ...
Housewares asked 13/6, 2019 at 13:40
1
I am investigating a slow login time and some profile synchronisation problems of a large enterprise AEM project. The system has around 1.5m users. And the website is served by 10 publishers.
The ...
Puryear asked 23/3, 2019 at 13:0
1
Solved
We're trying to configure several identity providers in the application to support different types of SSO.
The problem is that for a non-authenticated request the application doesn't know which IDP...
Gigantean asked 10/3, 2020 at 21:43
2
We are a Service Provider who has SAML enabled our app to allow for IdPs to authenticate users for us. To make sure everyone is on the same page
Identity Provider (IdP) is an application whose jo...
Suki asked 5/2, 2016 at 20:51
2
I am using okta as idp in my application, I want to configure custom attribute eg: ID, how can be done in okta? and how to set those values in okta?
Phallicism asked 7/11, 2016 at 5:1
1
I'm trying to setup POC using Spring Security, Spring Security SAML and Keycloak. For this, I'm using the simple-service-provider sample which is provided by the Spring SAML core project.
I manag...
Moil asked 31/5, 2018 at 8:6
3
In reference to this SO question Add request parameter to SAML request using Spring Security SAML
I am wanting to replace the default HTTPRedirectDeflateBinding bean with my own that has a custom H...
Federalist asked 31/1, 2018 at 21:42
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
0
I am trying to log in to a Flutter application via SAML, this requires loading a Webview at an https endpoint which will then perform some redirects.
As I am developing this application I need to ...
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
3
I see that the goauth and go-oauth OAuth libraries have been written for the Go Programming Language, but a couple of hours of searching online turns up nothing for SAML.
I would like to use Go to...
3
Solved
Our IdP is a Salesforce.com org. The SP is a third party .Net application. During development, the 3rd party reported that they're unable to validate the SAML response sent.
We decided to try vali...
Agitato asked 19/10, 2013 at 9:9
2
Solved
I've been scratching my head for about 2 days on how to solve what seemed to be a simple task, but it's starting to drive me crazy.
I have an application where users will use SAML 2.0 to authentic...
Bide asked 16/6, 2017 at 15:38
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 trying to create a policy for an IAM role for my federated users (authenticating through my SAML provider). I'm following Creating a Role for SAML 2.0 Federation (Console) - AWS Identity and Ac...
Liverish asked 3/5, 2019 at 8:27
© 2022 - 2024 — McMap. All rights reserved.