mirror of
https://github.com/hexolan/stocklet.git
synced 2026-03-26 19:51:17 +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:
|
||||
|
||||
@@ -138,8 +138,12 @@ message GetOpenIDProviderConfigRequest {}
|
||||
|
||||
message GetOpenIDProviderConfigResponse {
|
||||
string issuer = 1;
|
||||
|
||||
string authorization_endpoint = 2;
|
||||
string token_endpoint = 3;
|
||||
string introspection_endpoint = 9;
|
||||
string revocation_endpoint = 10;
|
||||
|
||||
string userinfo_endpoint = 4;
|
||||
string jwks_uri = 5;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user