If you report this error, please also report this tracking number which makes it possible to locate your session in the logs available to the system administrator:
08da16bb39
The debug information below may be of interest to the administrator / help desk:
SimpleSAML_Error_Error: UNHANDLEDEXCEPTION
Backtrace: 1 www/_include.php:45 (SimpleSAML_exception_handler) 0 [builtin] (N/A) Caused by: SimpleSAML_Error_Exception: No such "example-userpass" auth source found. Backtrace: 2 lib/SimpleSAML/IdP.php:108 (SimpleSAML_IdP::__construct) 1 lib/SimpleSAML/IdP.php:139 (SimpleSAML_IdP::getById) 0 www/saml2/idp/SSOService.php:17 (N/A)
proxy mode you need to tie the SP and IdP together. You can do this by editing the IdP metadata file and setting the auth to the authsource name of the SP. Doing this will tell the IdP to use the SP side for authentication."--
This is a mailing list for users of SimpleSAMLphp, not a support service. If you are willing to buy commercial support, please take a look here:
https://simplesamlphp.org/support
Before sending your question, make sure it is related to SimpleSAMLphp, and not your web server's configuration or any other third-party software. This mailing list cannot help with software that uses SimpleSAMLphp, only regarding SimpleSAMLphp itself.
Make sure to read the documentation:
https://simplesamlphp.org/docs/stable/
If you have an issue with SimpleSAMLphp that you cannot resolve and reading the documentation doesn't help, you are more than welcome to ask here for help. Subscribe to the list and send an email with your question. However, you will be expected to comply with some minimum, common sense standards in your questions. Please read this carefully:
http://catb.org/~esr/faqs/smart-questions.html
---
You received this message because you are subscribed to the Google Groups "SimpleSAMLphp" group.
To unsubscribe from this group and stop receiving emails from it, send an email to simplesamlphp+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi,
I'm wondering if SimpleSAMLPHP configured as IDP proxy can be used for decrypting encrypted SAML response from upstream IDP, and passing along the decrypted SAML to downstream SP without encryption. Our use case here is to integrate Amazon Cognito User Pool with Shibboleth IDP. Although Cognito User Pool supports SAML integration, it doesn’t seem to be able to decrypt the response from our Shib IDP, which is always encrypted. By putting the IDP proxy in between, in theory it could solve our problem. If I’m understanding how SimpleSAMLPHP behavior works as IDP Proxy correctly, this requires the SP side of the Proxy to decrypt the assertion from Shib IDP, so the IDP side of the Proxy can post to Cognito User Pool which acts as SP to the Proxy, assuming the metadata exchange happens correctly on both side. Is this doable? We are new to SimpleSAMLPHP so any insight will be very helpful.
Ying Ma
UCLA External Affairs
Amazon cognito user pool itself is a IdP that handles authentication and authorization for all our apps either built on AWS or using AWS services. Cognito integrates with OAuth, OIDC and SAML IdPs. We are able to get integration working with social logins like google and facebook, but not with shibboleth. As far as we can tell the problem is the encrypted SAML assertion. The idea of setting up a SAML IdP proxy in front of Cognito is so that we can handle SAML assertions (and do stuff we need) from Shib IdP and possibly Shib IdP #2, #3 down the line. If at the same time this solves problem with encrypted assertion we’d prefer the assertion to be encrypted from SAML IdPs, as it’s likely that AWS will add encrypted SAML assertion support soon. SimpleSAMLPHP seems like a fit candidate for our use case, and if we can run it in container on AWS with auto scaling that'll address single point of failure issue too.
Ying
--
This is a mailing list for users of SimpleSAMLphp, not a support service. If you are willing to buy commercial support, please take a look here:
https://simplesamlphp.org/support
Before sending your question, make sure it is related to SimpleSAMLphp, and not your web server's configuration or any other third-party software. This mailing list cannot help with software that uses SimpleSAMLphp, only regarding SimpleSAMLphp itself.
Make sure to read the documentation:
https://simplesamlphp.org/docs/stable/
If you have an issue with SimpleSAMLphp that you cannot resolve and reading the documentation doesn't help, you are more than welcome to ask here for help. Subscribe to the list and send an email with your question. However, you will be expected to comply with some minimum, common sense standards in your questions. Please read this carefully:
http://catb.org/~esr/faqs/smart-questions.html
---
You received this message because you are subscribed to the Google Groups "SimpleSAMLphp" group.
To unsubscribe from this group and stop receiving emails from it, send an email to simplesamlph...@googlegroups.com.