mirror of
https://github.com/hexolan/stocklet.git
synced 2026-03-27 03:54:11 +00:00
feat: oidc provider config route
feat: add auth config attributes `API_HOSTNAME` and `API_PUBLIC_URL` feat: `introspectionEndpoint` and `revocationEndpoint` for `GetOpenIDProviderConfigResponse`
This commit is contained in:
@@ -853,6 +853,10 @@ definitions:
|
||||
type: string
|
||||
tokenEndpoint:
|
||||
type: string
|
||||
introspectionEndpoint:
|
||||
type: string
|
||||
revocationEndpoint:
|
||||
type: string
|
||||
userinfoEndpoint:
|
||||
type: string
|
||||
jwksUri:
|
||||
|
||||
Reference in New Issue
Block a user