Grafana saml authen

I want to use grafana’s saml authentication,Refer to the configuration of the official document, but I found that the saml authentication interface cannot be popped up normally after the configuration,My configuration

[auth.saml]
enabled = true
private_key_path = “/root/certificate/8133341__xxxx.key”
certificate_path = “/root/certificate/8133341__xxxx.pem”
idp_metadata_url = “https://sso.xxxxx.cn/saml.php?_m=saml&_a=get_idp_metadata
assertion_attribute_name = DisplayN:ame
assertion_attribute_login = Login
assertion_attribute_email = Email
assertion_attribute_groups = Group

The log error is as follows:

logger=server t=2022-10-21T10:02:25.51736581+08:00 level=info msg=“Writing PID file” path=/var/run/grafana/grafana-server.pid pid=16589
logger=provisioning.alerting t=2022-10-21T10:02:25.540914663+08:00 level=info msg=“starting to provision alerting”
logger=provisioning.alerting t=2022-10-21T10:02:25.540974829+08:00 level=info msg=“finished to provision alerting”
logger=grafanaStorageLogger t=2022-10-21T10:02:25.541416884+08:00 level=info msg=“storage starting”
logger=report t=2022-10-21T10:02:25.542510729+08:00 level=warn msg=“Scheduling and sending of reports disabled, SMTP is not configured and enabled. Configure SMTP to enable.”
logger=ngalert t=2022-10-21T10:02:25.542870764+08:00 level=info msg=“warming cache for startup”
logger=ngalert.multiorg.alertmanager t=2022-10-21T10:02:25.54522102+08:00 level=info msg=“starting MultiOrg Alertmanager”
logger=http.server t=2022-10-21T10:02:25.546367753+08:00 level=info msg=“HTTP Server Listen” address=[::]:3000 protocol=https subUrl= socket=
logger=context traceID=00000000000000000000000000000000 userId=0 orgId=0 uname= t=2022-10-21T10:02:29.717301241+08:00 level=error msg=“Error from access control system” error=“no resolver found”
Can someone help take a look

SAML is Enterprise feature, so you need Grafana Enterprise version with valid license.