Hello,
I'm migrating the cas from 5.X to 6.6.12
So I created a new template from Cas Initializer and try to apply the properties i cas.properties.
Actually the server is started with the Ready message.
The authentication with an ldap user is OK.
But when testing cas as a SAML Idp, I have some issues:
1- The metadata of the IDP is not generated with the message : <Attempting to generate/fetch SAML Idp metadata....>
<Generated SAML Idp metadata document is [null]>
I configured the properties :
cas.authn.saml-idp.core.entity-id (this property has moved to core package)
cas.authn.saml-idp.metadata.file-system.location=/d:/mydir/etc/cas/saml
I notice that when activating the TRACE log, I see an exception about on RandomUtils : NativePRNGNonBlocking SecureRandom not available. I think it's related to Windows machine. I'm testin on local machine before deploying.
Is it related to the problem of generating the Idp metadata.
I tried to place the old version metadata without success : the url /cas/saml/metadata does not generate the metadata with a nullpointerException @ SamlIdpmetadataController 61.
Any idea?
Thanks.