fix(SSO): SAML認証が正常に動作しない問題を修正 (MisskeyIO#525)

This commit is contained in:
まっちゃとーにゅ 2024-03-16 09:01:03 +09:00 committed by GitHub
parent b33cc203ac
commit 142a906dec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 151 additions and 116 deletions

View file

@ -10488,6 +10488,7 @@ export type operations = {
issuer: string;
audience: string[];
acsUrl: string;
useCertificate: boolean;
publicKey: string;
signatureAlgorithm: string;
cipherAlgorithm?: string | null;