root: update swagger
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
5a5539da97
commit
1d641b2432
|
@ -13543,6 +13543,7 @@ definitions:
|
||||||
required:
|
required:
|
||||||
- name
|
- name
|
||||||
- slug
|
- slug
|
||||||
|
- pre_authentication_flow
|
||||||
- sso_url
|
- sso_url
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
|
@ -13591,6 +13592,11 @@ definitions:
|
||||||
title: Verbose name plural
|
title: Verbose name plural
|
||||||
type: string
|
type: string
|
||||||
readOnly: true
|
readOnly: true
|
||||||
|
pre_authentication_flow:
|
||||||
|
title: Pre authentication flow
|
||||||
|
description: Flow used before authentication.
|
||||||
|
type: string
|
||||||
|
format: uuid
|
||||||
issuer:
|
issuer:
|
||||||
title: Issuer
|
title: Issuer
|
||||||
description: Also known as Entity ID. Defaults the Metadata URL.
|
description: Also known as Entity ID. Defaults the Metadata URL.
|
||||||
|
|
Reference in New Issue