diff --git a/test/suites/auth.sh b/test/suites/auth.sh index a371aed56264..28a3ad26be20 100644 --- a/test/suites/auth.sh +++ b/test/suites/auth.sh @@ -138,8 +138,7 @@ test_authorization() { lxc auth identity list --format csv | grep -Fq "tls,Client certificate,test-user,${tls_identity_fingerprint},test-group" # Test `lxc auth identity info` - expectedOIDCInfo='access_entitlements: [] -authentication_method: oidc + expectedOIDCInfo='authentication_method: oidc type: OIDC client id: test-user@example.com name: '"'"' '"'"' @@ -153,8 +152,7 @@ fine_grained: true' [ "$(lxc auth identity info oidc:)" = "${expectedOIDCInfo}" ] - expectedTLSInfo="access_entitlements: [] -authentication_method: tls + expectedTLSInfo="authentication_method: tls type: Client certificate id: ${tls_identity_fingerprint} name: test-user