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
Fix type of metadata pushed authorization request endpoint
This commit is contained in:
committed by
Quentin Gliech
parent
c16808a019
commit
c63345fe31
@ -224,7 +224,7 @@ pub struct Metadata {
|
||||
pub require_signed_request_object: Option<bool>,
|
||||
|
||||
/// URL of the authorization server's pushed authorization request endpoint.
|
||||
pub pushed_authorization_request_endpoint: Option<bool>,
|
||||
pub pushed_authorization_request_endpoint: Option<Url>,
|
||||
|
||||
/// Indicates whether the authorization server accepts authorization
|
||||
/// requests only via PAR.
|
||||
|
Reference in New Issue
Block a user