1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-29 22:01:14 +03:00

Allow to validate provider metadata

According to the OpenID Connect Discovery 1.0 spec.
Provide the default values for fields when they are defined.
Introduce VerifiedProviderMetadata.
Rename Metadata to ProviderMetadata.
Implement Deserialize for ProviderMetadata.
This commit is contained in:
Kévin Commaille
2022-08-04 13:52:02 +02:00
committed by Quentin Gliech
parent c63345fe31
commit 222551ad7f
5 changed files with 1060 additions and 7 deletions

View File

@ -22,3 +22,6 @@ itertools = "0.10.3"
mas-iana = { path = "../iana" }
mas-jose = { path = "../jose" }
[dev-dependencies]
assert_matches = "1.5.0"

File diff suppressed because it is too large Load Diff