set keycloak url and secrets
This commit is contained in:
@@ -13,12 +13,12 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
keycloakURL = "https://keycloak.example.com/realms/myrealm"
|
keycloakURL = "https://auth.cloud.osnawiki.de/realms/myrealm"
|
||||||
|
|
||||||
clientID = "go-demo"
|
clientID = "go-demo"
|
||||||
clientSecret = "CHANGE_ME"
|
clientSecret = "FIyBmiHK5R3Yt2LG6ljgN8eO97eMiglXyLCjEfciFGI1Om6Wif0G0Ym2J9Yu17rMaOlYcLtXN1cM0KJbkpSmSG"
|
||||||
|
|
||||||
redirectURL = "https://app.example.com/callback"
|
redirectURL = "https://oidc-demo.cloud.osnawiki.de/callback"
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
|
|||||||
Reference in New Issue
Block a user