feat: implement sign in with idp

This commit is contained in:
Steven
2024-08-06 22:15:28 +08:00
parent 6db8611a58
commit 647726fc2d
15 changed files with 302 additions and 197 deletions

View File

@ -57,8 +57,7 @@ paths:
description: The name of the SSO provider.
in: query
required: false
type: integer
format: int32
type: string
- name: code
description: The code to sign in with.
in: query
@ -808,8 +807,6 @@ definitions:
properties:
identifier:
type: string
email:
type: string
displayName:
type: string
apiv1IdentityProviderConfigOAuth2Config: