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
Hello. This may not be the place to ask, but I am really stuck.
One thing I noticed is that the assertion in my response has a different node label than the examples I've been given and the examples in the LightSAML cookbook.
Mine... "<Assertion..."
All others... "<saml:Assertion..."
I am including the code I am using to generate the response in case there is something wrong there. Thanks for any and all help!
`$certificate = \LightSaml\Credential\X509Certificate::fromFile( path to file );
$privateKey = \LightSaml\Credential\KeyHelper::createPrivateKey( path to file, '', true );
Hello. This may not be the place to ask, but I am really stuck.
One thing I noticed is that the assertion in my response has a different node label than the examples I've been given and the examples in the LightSAML cookbook.
Mine... "<Assertion..."
All others... "<saml:Assertion..."
I am including the code I am using to generate the response in case there is something wrong there. Thanks for any and all help!
`$certificate = \LightSaml\Credential\X509Certificate::fromFile( path to file );
$privateKey = \LightSaml\Credential\KeyHelper::createPrivateKey( path to file, '', true );
`
The text was updated successfully, but these errors were encountered: