Saml2

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
tom
User
Posts: 118

Saml2

Post by tom »

Hi I am using Saml2 to let the users login to my site. This works fine but always gives the following code in the log files:

[2023-03-24T11:58:42.785022+01:00] log.INFO: PHPMaker2023\myproject\Saml2::authenticate() [] []
[2023-03-24T11:58:42.804796+01:00] log.DEBUG: Signing disabled [] []
[2023-03-24T11:58:44.282243+01:00] log.DEBUG: Initialize PHPMaker2023\myproject\Saml2, config: {"enabled":true,"adapter":"PHPMaker2023\\stages_2023\\Saml2","idpMetadata":"https://login.microsoftonline.com/complex code/federationmetadata/2007-06/federationmetadata.xml?appid=other complex code","entityId":"stage","certificate":"","privateKey":"","color":"success","callback":"https://www.mysite/login/Saml","debug_m ... debug_file":""} []

Do I have to worry?
thanks in advance for the feedback
Tom


arbei
User
Posts: 9284

Post by arbei »

It is just some info logged during authentication.


Post Reply