Complete and refine OAuth + Traeffik Restriction
This commit is contained in:
@@ -30,6 +30,15 @@ type Config struct {
|
||||
PermissionConnectorPort string
|
||||
PermissionConnectorAdminPort string
|
||||
|
||||
// OAuthRedirectURI is the registered OAuth2 redirect_uri (frontend callback URL).
|
||||
// After a successful login, Hydra redirects here with the authorization code.
|
||||
// The original protected URL is passed as the state parameter.
|
||||
AdminOrigin string
|
||||
Origin string
|
||||
|
||||
OAuthRedirectURI string
|
||||
OAdminAuthRedirectURI string
|
||||
|
||||
Local bool
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user