saml-2.0 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
4
Solved
I am wondering whether there are any major security concerns with providing metadata for SAML configuration on a public URL versus providing the IdP or SP with a metadata file. The metadata include...
6
Solved
I'm using Keycloak version 1.6.1, newly installed as a standalone application.
Keycloak should act as an IdP (Identity provider) for an SP (Service Provider) called Tableau.
I have read from this...
Switcheroo asked 5/11, 2015 at 10:57
5
Solved
I'm using Django and nginx hosted on AWS. I'm trying to integrate with a university for SAML authentication, using their idp. There are plenty of outdated answers on SO, but is there anything more ...
5
I'm working on a SAML SSO integration for our app using Google / G Suite. Our customers configure our SAML app in their company's G Suite admin settings. The integration works correctly in most cas...
Bureau asked 3/10, 2019 at 17:4
0
I am upgrading the current Spring Security SAML extension project to SAML2 authentication. I found a question where my sample existing security configuration looks like Existing Security Configurat...
Caesarean asked 18/8, 2023 at 7:31
2
I have a question regarding the proper way to logout a user when using passport-saml for authentication.
The example script with passport-saml shows logging out as this:
app.get('/logout', functi...
Yorkshire asked 12/8, 2014 at 18:0
3
I am beginner to the SAML v2.0 technology and I get the theory knowledge but I didn't find any examples on Google. Can anybody provide me with a step by step example for simple "SAML for v2.0".
U...
Pasquinade asked 14/9, 2013 at 11:34
7
Solved
I'm receiving a SAML request via HTTP-redirect binding the content of the SAML request look like this
{"SigAlg"=>"http://www.w3.org/2000/09/xmldsig#rsa-sha1",
"SAMLRequest"=>"lVLLaoQwFP0VyT5jEq...
Prescription asked 4/1, 2017 at 14:47
5
Solved
I am trying to add SAML 2.0 authentication to an ASP.Net Core solution. I can't find any documentation on the subject, so I am unsure where to start. There is probably documentation out there, but ...
Distillate asked 9/2, 2016 at 12:42
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
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
5
I need a federated authentication with custom policy (when user authenticated I need him to appear marked as Federated in b2c users, not Others or something else what I could achieve with single t...
Tristich asked 2/8, 2019 at 10:27
2
Our web aap is authenticating with the Azure AD via SAML2.0 similar to this.
In return we get SAML assertion(SAML token).
But when the user who logs in have more then 150+ groups the response doe...
Alger asked 26/3, 2018 at 10:10
2
Solved
I know services such as Auth0 can act as both SAML IdPs and integrate with third party IdPs. It would seem that Cognito can only integrate with other third party IdPs as a service provider, it can ...
Variometer asked 13/6, 2017 at 4:43
6
My requirement is to implement SSO using SAML2.0 in asp.net.
I do have 2 vendors at my end. Wanna pass the user from one site to other site without logging into the second. I have never used SAML2....
3
Solved
I have setup my GSuite account as a SAML iDP for Cognito User Pools (not identity pools).
If i provide no attribute mappings a new user trying to signup via GSuite login gets the following error.
...
Puberulent asked 16/5, 2018 at 8:18
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
11
Solved
I'm trying to login my university's server via python, but I'm entirely unsure of how to go about generating the appropriate HTTP POSTs, creating the keys and certificates, and other parts of the p...
Windshield asked 12/5, 2013 at 23:11
2
Solved
2
Solved
I'm trying to use Federated Authentication to enable login with Microsoft AD. It works fine and we can login. But when I call LOGOUT endpoint as the documentation says ( https://docs.aws.amazon.com...
Thermodynamics asked 3/6, 2020 at 18:52
4
Solved
I'm trying to setup a VPN connection using a federated login with Google IdP following these instructions.
Previously, I had configured a saml-provider with Google and it worked fine to authenticat...
Beitris asked 29/7, 2020 at 10:36
1
Solved
I have a user pool set up with AWS Cognito to which I have added a SAML identity provider. I also have users added directly to the user pool.
After following the documentation here I tried to log i...
Gainless asked 7/2, 2022 at 13:28
1 Next >
© 2022 - 2024 — McMap. All rights reserved.