List of resources for OIDC providers
This commit is contained in:
parent
f14d8d3114
commit
54345dcafd
6 changed files with 74 additions and 32 deletions
src/oidc_test
|
@ -16,6 +16,7 @@ from pydantic_settings import (
|
|||
class Resource(BaseModel):
|
||||
"""A resource with an URL that can be accessed with an OAuth2 access token"""
|
||||
|
||||
id: str
|
||||
name: str
|
||||
url: str
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue