Neo OcLib
This commit is contained in:
+1
-4
@@ -35,13 +35,10 @@ type Config struct {
|
||||
|
||||
// OAuth2ClientID is the client_id registered in Hydra, used to initiate the authorization flow.
|
||||
OAuth2ClientID string
|
||||
// OAuth2AdminClientID is the client_id for the admin frontend.
|
||||
OAuth2AdminClientID string
|
||||
|
||||
// OAuthRedirectURI is the registered OAuth2 redirect_uri (frontend login/callback URL).
|
||||
// Hydra redirects here with login_challenge (login phase) or authorization code (callback phase).
|
||||
OAuthRedirectURI string
|
||||
OAdminAuthRedirectURI string
|
||||
OAuthRedirectURI string
|
||||
|
||||
Local bool
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user