enhance(SSO): SAML認証でHTTP-POSTバインディングに対応 (MisskeyIO#531)
This commit is contained in:
parent
27c897d19f
commit
aebe9ae148
16 changed files with 185 additions and 107 deletions
|
|
@ -39,6 +39,12 @@ export class MiSingleSignOnServiceProvider {
|
|||
})
|
||||
public audience: string[];
|
||||
|
||||
@Column('enum', {
|
||||
enum: ['post', 'redirect'],
|
||||
nullable: false,
|
||||
})
|
||||
public binding: 'post' | 'redirect';
|
||||
|
||||
@Column('varchar', {
|
||||
length: 512,
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue