fix(SSO): SAML認証が正常に動作しない問題を修正 (MisskeyIO#525)
This commit is contained in:
parent
b33cc203ac
commit
142a906dec
9 changed files with 151 additions and 116 deletions
|
|
@ -10488,6 +10488,7 @@ export type operations = {
|
|||
issuer: string;
|
||||
audience: string[];
|
||||
acsUrl: string;
|
||||
useCertificate: boolean;
|
||||
publicKey: string;
|
||||
signatureAlgorithm: string;
|
||||
cipherAlgorithm?: string | null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue