You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm well redirected to samltest.id for login, but when I come back to my application, I got a error Assertions must be signed - LightSamlContextException
Does someone knows what I did wrong?
Thanks for helping
The text was updated successfully, but these errors were encountered:
I'm trying to configure https://samltest.id/ to test my app
I so I configured the symfony-bridge :
The
samltest_metadata.xml
has been download from https://samltest.id/saml/idpFor certificate & key, I tried to generate some with openSSL:
openssl req -new -x509 -days 365 -nodes -sha256 -out saml.crt -keyout saml.pem
But I don't get what metadata I should upload to https://samltest.id/upload.php to be able to test it.
I tried that :
I'm well redirected to samltest.id for login, but when I come back to my application, I got a error
Assertions must be signed
- LightSamlContextExceptionDoes someone knows what I did wrong?
Thanks for helping
The text was updated successfully, but these errors were encountered: