mirror of
https://github.com/hexolan/stocklet.git
synced 2026-03-27 12:04: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:
@@ -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