-
I am using java onelogin toolkit in my project. I am able to send the SAML request and is getting response
But only thing which is not working for me is that the signed SAML request is not coming. P…
-
hey,
I just wanted to ask if its planned to add an SAML or SSO called Feature into bitwarden.
ghost updated
6 years ago
-
Hi,
I am trying to execute this example with the the below properties file. When I access the home page and click on the Login or Login with access attr jsp button, I am getting error. I am attachi…
-
Sorry, just getting started on this and couldn't find much howto 101. I download the sample and run with the local stub idp.
It seems SSO only works from SampleApplication to SampleMVC, and only i…
-
I'm trying to configure SAML2 . I would like to regenerate a certificate but this seems fails without specific information, error message is:
Creation of Private Certificate failed.
I place a .crt f…
-
I'm facing a situation where IdP has two certificates during a transition period. In this situation _IdpMetadataParser_ gets the other fingerprint from what is used in the response and authentication …
-
Hello, thanks for the bundle. Its work as a charm.
But, i got an issue after login with the idp. Everything is ok, after redirected from the sp. But when i go directly to the idp and connecte the us…
-
Hi everyone!
First of all I would like to say thank you for the great onelogin library. The job you do guys is great and allows us to use SAML SSO in our projects.
**Our setup.**
We are using SAM…
-
I am using djangosaml2 as SP, where IdP is auth0.com. I don't have any problems logging in, The redirect works and the assertion is posted. When I try to logout i get the following error:
`KeyError a…
-
Hi,
I have configured my app according to the setting suggested and following is the code
SAML_CONFIG = {
'allow_create': True,
# full path to the xmlsec1 binary programm
'xmlsec_binary'…