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

Fix URL of OAuth IANA registry

This commit is contained in:
Quentin Gliech
2022-04-08 14:23:03 +02:00
parent 433ee5a73a
commit d6ea0f8da1
2 changed files with 2 additions and 2 deletions

View File

@ -169,7 +169,7 @@ async fn generate_jose(client: &Arc<Client>, path: PathBuf) -> anyhow::Result<()
let file = File::new(
"JSON Object Signing and Encryption",
"https://www.iana.org/assignments/jose/jose.xhtml",
"https://www.iana.org/assignments/oauth-parameters/oauth-parameters.xhtml",
client.clone(),
)
.load::<jose::WebEncryptionSignatureAlgorithm>()