...
In server-config.json,
change "autheticationProtocol":”JWT”
In singleSignOnConfig section set following three properties
"relayStateUrl" : "http://<Host:poart>/app/#/ssologin"
“tokenSigningKey“ : <client system JWT signing key>
Add application host name in insightsServiceURL in server-config.json
Add host information in trustedHosts in server-config.json
In uiConfig.json,
change "autheticationProtocol":”JWT”
singleSignOnConfig section to "singleSignOnConfig": {
"loginURL": "/PlatformService/user/insightsso/authenticateJWT",
"logoutURL": "/PlatformService/user/insightsso/logout",
"jwtTokenOriginURL":”<Origin/Parent server URL>”
},
Open grafana default.ini file and enable following [auth.proxy] section, do not change other property
[auth.proxy]
enabled = true
header_name = X-WEBAUTH-USER
header_property = username
auto_sign_up = true
ldap_sync_ttl = 60
whitelist =
headers =
...