-
Have AS setup and have got the Code Flow client working.
Then I thought that I would use this client to talk to OAuth2 as implemented in ADFS Server 2012 R2 i.e. ADFS 3.0. (i.e. AS no longer involved…
-
Whilst I'm testing my project I have noticed that the SP doesn't check if the IDP has signed the assertion in the SAMLResponse as per the SP's metadata.
Can you confirm if this is indeed the case,…
-
Hi,
I'm signing an xml with the following code:
```php
public static function addSignature(\DOMElement $element, $privateKey, $privateCertificate, $publicCertificate, $x509IssuerName, $x509SerialN…
-
```
Hi,
I'm trying to sign a XML document using XADES-BES.
My document has to have 3 references, first for the whole document, second for
the signed properties and the last one for the KeyInfo.
I …
-
I am using the https://github.com/sportngin/saml_idp gem as a basis for a IdP I am creating. No matter what I try I always end up on fail `Saml#fail`.
``` html
Saml#fail
Find me in app/views/saml…
-
### Summary
When validating a SAML response, if a newline in the response is ` ` instead of `
`, it is not sanitized and the validation fails.
### Environment in which the event occurred…
-
### Environment
self-hosted (https://develop.sentry.dev/self-hosted/)
### Steps to Reproduce
Keycloak configured with following idp metadata:
```
h49uzRoak2d34nMt60aw8doL_F8fy5H…
-
I don't understand how i can generate an enveloped-signature without the xades's reference and the element attached on the signature element.Ca you make me an example. Thanks.
-
The current dev (the version shipped with the official docker distribution of openproject) does not work.
When trying to authenticate with a saml provider the following message occures in the log:
…
-
Hi,
First of all I would like to apologize if my issue is redundant, I am not very experienced in xml signatures.
I would like to sign my document with only enveloped-signature as transform
I have …