System ManagerでSAMLを有効にするとMFAプロセスが終了しますが、「Authorization failed for the resource at /sysmgr/v4/」というエラーが返されます。
環境
Data ONTAP 9.9.1.1P9
問題
- SAMLを有効にするとMFAプロセスが失敗して認証が失敗し、次のエラーが表示されます。
SAML Service Provider Authorization Failed
The SAML service provider did not identify the user that was authenticated. Ensure that the SAML identity provider is configured to include in its assertion a "uid" attribute (SAML name "urn:oid:0.9.2342.19200300.100.1.1") whose value matches the service provider user name.
Authorization failed for the resource at "/sysmgr/v4/"
- JSONが返され、
attrname-format
がと表示されbasic
ます。
<saml:Attribute Name=\"urn:oid:0.9.2342.19200300.100.1.1\" NameFormat=\"urn:oasis:names:tc:SAML:2.0:attrname-format:basic\"> <saml:AttributeValue xsi:type=\"xs:string\" xmlns:xs=\"http://www.w3.org/2001/XMLSchema\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\">EXAMPLEUSERNAME </saml:AttributeValue> </saml:Attribute>