Add initial setup of main
This commit is contained in:
@@ -12,15 +12,17 @@ import (
|
||||
|
||||
const OpenIdConnectPath = "/auth/openid-connect"
|
||||
|
||||
type KeycloakEnvClient struct {
|
||||
ClientId string
|
||||
ClientSecret string
|
||||
DiscoveryUrl string
|
||||
}
|
||||
|
||||
type KeycloakEnv struct {
|
||||
SessionSecret string
|
||||
BaseUrl string
|
||||
SessionName string
|
||||
Keycloak struct {
|
||||
CLientId string
|
||||
ClientSecret string
|
||||
DiscoveryUrl string
|
||||
}
|
||||
Keycloak KeycloakEnvClient
|
||||
EmailSessionKey string
|
||||
UserIdSessionKey string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user