You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`/title`| String | No | The policy name | A human readable version of the policy name |
537
538
|`/issuer`| String |:red_circle:**Yes**| N/A | The OpenID Connect issuer to trust, matched against the identity token's `iss` claim and used to discover the provider's metadata, including the signing key set that verifies tokens |
538
539
|`/clientId`| String |:red_circle:**Yes**| N/A | The client identifier registered with the provider for this instance |
539
540
|`/clientSecret`| Object |:red_circle:**Yes**| N/A | The client secret shared with the provider, read from an environment variable so that it never lives in the configuration file |
@@ -559,6 +560,7 @@ sign in through their identity provider to reach it:
Copy file name to clipboardExpand all lines: test/cli/index/enterprise/fail-authentication-apikey-without-keys.sh
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ The object value was expected to validate against the defined properties subsche
33
33
The value was expected to be an object that defines properties "algorithms", "audience", "issuer", "name", "paths", and "type"
34
34
at instance location "/authentication/0"
35
35
at evaluate path "/properties/authentication/items/anyOf/1/required"
36
-
The object value was expected to only define properties "clientId", "clientSecret", "issuer", "name", "paths", "sessionSecret", and "type", but it also defines properties "algorithm", and "keys"
36
+
The value was expected to be an object that defines properties "clientId", "clientSecret", "issuer", "name", "paths", "sessionSecret", and "type"
37
37
at instance location "/authentication/0"
38
38
at evaluate path "/properties/authentication/items/anyOf/2/required"
39
39
The object value was expected to validate against at least one of the 3 given subschemas
Copy file name to clipboardExpand all lines: test/cli/index/enterprise/fail-authentication-public-type.sh
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ The object value was expected to validate against the defined properties subsche
50
50
The value was expected to be an object that defines properties "algorithms", "audience", "issuer", "name", "paths", and "type"
51
51
at instance location "/authentication/0"
52
52
at evaluate path "/properties/authentication/items/anyOf/1/required"
53
-
The object value was expected to only define properties "clientId", "clientSecret", "issuer", "name", "paths", "sessionSecret", and "type", but it also defines properties "algorithm", and "keys"
53
+
The value was expected to be an object that defines properties "clientId", "clientSecret", "issuer", "name", "paths", "sessionSecret", and "type"
54
54
at instance location "/authentication/0"
55
55
at evaluate path "/properties/authentication/items/anyOf/2/required"
56
56
The object value was expected to validate against at least one of the 3 given subschemas
Copy file name to clipboardExpand all lines: test/cli/index/enterprise/fail-authentication-unknown-algorithm.sh
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ The object value was expected to validate against the defined properties subsche
50
50
The value was expected to be an object that defines properties "algorithms", "audience", "issuer", "name", "paths", and "type"
51
51
at instance location "/authentication/0"
52
52
at evaluate path "/properties/authentication/items/anyOf/1/required"
53
-
The object value was expected to only define properties "clientId", "clientSecret", "issuer", "name", "paths", "sessionSecret", and "type", but it also defines properties "algorithm", and "keys"
53
+
The value was expected to be an object that defines properties "clientId", "clientSecret", "issuer", "name", "paths", "sessionSecret", and "type"
54
54
at instance location "/authentication/0"
55
55
at evaluate path "/properties/authentication/items/anyOf/2/required"
56
56
The object value was expected to validate against at least one of the 3 given subschemas
0 commit comments