saml Questions
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...
3
I'm using Gsuite as an Saml IDP to authentify users of my organisation on internal apps.
Everything is working fine, except for one point:
when one of my users if logged in with his/her personal a...
Hun asked 15/2, 2018 at 11:53
2
Solved
I new to SSO and I've only tried pysaml2 by far.
I am also aware of python3-saml library (and its python-saml Python 2 flavour).
I need to use one of those with Shibboleth, if it is relevant.
Wh...
Excrescence asked 15/11, 2016 at 18:41
2
I have a Service Provider set up at https://biz.dev.originsystems.co.za. I have an IdP set up at http://stage.originsystems.co.za.
When testing the authentication with the tool at https://biz.dev....
Chatwin asked 28/1, 2016 at 7:44
3
I successfully set up autoprovisioning for users coming from Google Workspace in AWS IAM Identity Center. Unfortunately, groups are not synced over at all.
Right now, groups are mapped as shown in ...
Pruitt asked 7/7, 2023 at 5:54
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
1
I am trying to implement the SAML SSO authentication functionality. In that, while calling the signedXml.CheckSignature(certificate, true) function it gives the below error and I am not able to fin...
5
I recently upgraded Shibboleth from versionShibboleth-sp-2.5.6.0-win64 to Shibboleth-sp-2.6.0.0-win64 and Apache web server from 2.4.16 to 2.4.23.
Post the upgrade, when I try to access my applica...
Rouvin asked 14/10, 2016 at 18:29
5
Solved
Are there any SAML libraries for NodeJS? There seems to be a ton of code available for node but no SAML libraries. If not, is there a reason why not?
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
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
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
0
I’m using AWS Cognito as User pool (for login) <> Auth0 as SAML-IDP (idp-initiated flow) (as Cognito does not support SAML IDP) <> and connecting to 3rd party SP.
I have a web-app which...
Unbridle asked 14/8, 2022 at 16:23
2
Solved
I'm trying to implement a SAML SSO solution in .Net, but I'm having a problem parsing the assertion.
I have a sample assertion (looks like byte[] data as text) and corresponding .p7b file.
I want...
Ohare asked 23/5, 2011 at 15:37
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
11
Solved
I'm implementing a SAML 2.0 Service Provider and need to install a SAML 2.0 Identity Provider for testing. Given this need, the Identity Provider should ideally be free (or have a trial perio...
Cutlass asked 14/7, 2009 at 14:47
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
3
Solved
Below is the error that I am getting on my console today as opposed to yesterday when the same code was working fine.
Error: SAML assertion not yet valid
at SAML.checkTimestampsValidityError
...
Caddric asked 31/7, 2019 at 12:40
3
Solved
An app is communicating via the Open ID Connect protocol with AWS Cognito, which is connected to ADFS, communicating via SAML. Cognito is essentially "proxying" the ADFS server.
ADFS hold...
Spokane asked 19/3, 2019 at 11:40
1
I'm usign Google G Suite and created an app which is manage users logins with G Suite SAML.
(see. https://support.google.com/a/answer/6087519?hl=en&ref_topic=6304963#)
Everything is works smo...
Stilt asked 20/2, 2017 at 6:38
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
1
I would like to provision my SaaS application and Google Workspace (ex GSuite) using SCIM. I do not find any documentation for this. Just a list of pre-configured applications.
It seems to be well ...
Payson asked 5/1, 2021 at 13:54
1 Next >
© 2022 - 2024 — McMap. All rights reserved.