Add provider id field, relaxing name
This commit is contained in:
parent
57041e9233
commit
170e663ee8
4 changed files with 10 additions and 9 deletions
|
@ -11,9 +11,10 @@ from pydantic_settings import (
|
|||
|
||||
|
||||
class OIDCProvider(BaseModel):
|
||||
name: str = ""
|
||||
url: str = ""
|
||||
client_id: str = ""
|
||||
id: str
|
||||
name: str
|
||||
url: str
|
||||
client_id: str
|
||||
client_secret: str = ""
|
||||
|
||||
@computed_field
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue