-
-
Notifications
You must be signed in to change notification settings - Fork 964
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: ignore decrypt errors in WithDeclassifiedCredentials (#3731)
- Loading branch information
1 parent
b7e5144
commit 8f5192f
Showing
8 changed files
with
131 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 22 additions & 0 deletions
22
identity/.snapshots/TestWithDeclassifiedCredentials-case=oidc-credential=oidc.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"type": "oidc", | ||
"identifiers": [ | ||
"bar", | ||
"baz" | ||
], | ||
"config": { | ||
"providers": [ | ||
{ | ||
"initial_id_token": "foo", | ||
"initial_access_token": "", | ||
"initial_refresh_token": "", | ||
"subject": "", | ||
"provider": "", | ||
"organization": "" | ||
} | ||
] | ||
}, | ||
"version": 0, | ||
"created_at": "0001-01-01T00:00:00Z", | ||
"updated_at": "0001-01-01T00:00:00Z" | ||
} |
10 changes: 10 additions & 0 deletions
10
identity/.snapshots/TestWithDeclassifiedCredentials-case=oidc-credential=password.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"type": "password", | ||
"identifiers": [ | ||
"zab", | ||
"bar" | ||
], | ||
"version": 0, | ||
"created_at": "0001-01-01T00:00:00Z", | ||
"updated_at": "0001-01-01T00:00:00Z" | ||
} |
10 changes: 10 additions & 0 deletions
10
identity/.snapshots/TestWithDeclassifiedCredentials-case=oidc-credential=webauthn.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"type": "webauthn", | ||
"identifiers": [ | ||
"foo", | ||
"bar" | ||
], | ||
"version": 0, | ||
"created_at": "0001-01-01T00:00:00Z", | ||
"updated_at": "0001-01-01T00:00:00Z" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters