You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
81 lines
2.5 KiB
YAML
81 lines
2.5 KiB
YAML
get:
|
|
tags:
|
|
- authentication
|
|
summary: /api/register
|
|
responses:
|
|
"200":
|
|
description: ""
|
|
content:
|
|
application/json:
|
|
schema:
|
|
allOf:
|
|
- type: object
|
|
properties:
|
|
register_window:spansize:
|
|
type: string
|
|
alternate_logins:
|
|
type: boolean
|
|
authentication:
|
|
type: array
|
|
items:
|
|
type: object
|
|
properties:
|
|
name:
|
|
type: string
|
|
url:
|
|
type: string
|
|
callbackURL:
|
|
type: string
|
|
icon:
|
|
type: string
|
|
scope:
|
|
type: string
|
|
prompt:
|
|
type: string
|
|
minimumUsernameLength:
|
|
type: number
|
|
maximumUsernameLength:
|
|
type: number
|
|
minimumPasswordLength:
|
|
type: number
|
|
minimumPasswordStrength:
|
|
type: number
|
|
regFormEntry:
|
|
type: array
|
|
items:
|
|
type: object
|
|
properties:
|
|
label:
|
|
type: string
|
|
html:
|
|
type: string
|
|
styleName:
|
|
type: string
|
|
title:
|
|
type: string
|
|
- $ref: ../components/schemas/Breadcrumbs.yaml#/Breadcrumbs
|
|
- $ref: ../components/schemas/CommonProps.yaml#/CommonProps
|
|
# /api/register/complete:
|
|
# get:
|
|
# tags:
|
|
# - authentication
|
|
# summary: /api/register/complete
|
|
# responses:
|
|
# "200":
|
|
# description: ""
|
|
# content:
|
|
# application/json:
|
|
# schema:
|
|
# allOf:
|
|
# - type: object
|
|
# properties:
|
|
# title:
|
|
# type: string
|
|
# errors:
|
|
# type: array
|
|
# items: {}
|
|
# sections:
|
|
# type: array
|
|
# items:
|
|
# type: string
|
|
# - $ref: ../components/schemas/CommonProps.yaml#/CommonProps |