Forward For WS
This commit is contained in:
@@ -30,12 +30,16 @@ 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
|
||||
|
||||
// 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user