You've already forked authentication-service
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:
committed by
Quentin Gliech
parent
c63345fe31
commit
222551ad7f
@ -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
Reference in New Issue
Block a user