commit
16cb4eca0c
2 changed files with 12 additions and 15 deletions
|
@ -11,7 +11,7 @@ public abstract class SAMLServletWithLogout extends AbstractPageWithInjectedUrl
|
||||||
|
|
||||||
public void logout() {
|
public void logout() {
|
||||||
driver.navigate().to(getUriBuilder().queryParam("GLO", "true").build().toASCIIString());
|
driver.navigate().to(getUriBuilder().queryParam("GLO", "true").build().toASCIIString());
|
||||||
getUriBuilder().replaceQueryParam("GLO", new Object());
|
getUriBuilder().replaceQueryParam("GLO", null);
|
||||||
pause(300);
|
pause(300);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -116,11 +116,10 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
],
|
],
|
||||||
"applications": [
|
"clients": [
|
||||||
{
|
{
|
||||||
"name": "customer-portal",
|
"clientId": "customer-portal",
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"directAccessGrantsEnabled": true,
|
|
||||||
"adminUrl": "/customer-portal",
|
"adminUrl": "/customer-portal",
|
||||||
"baseUrl": "/customer-portal",
|
"baseUrl": "/customer-portal",
|
||||||
"redirectUris": [
|
"redirectUris": [
|
||||||
|
@ -129,7 +128,7 @@
|
||||||
"secret": "password"
|
"secret": "password"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "customer-cookie-portal",
|
"clientId": "customer-cookie-portal",
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"baseUrl": "/customer-cookie-portal",
|
"baseUrl": "/customer-cookie-portal",
|
||||||
"redirectUris": [
|
"redirectUris": [
|
||||||
|
@ -138,7 +137,7 @@
|
||||||
"secret": "password"
|
"secret": "password"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "customer-portal-js",
|
"clientId": "customer-portal-js",
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"publicClient": true,
|
"publicClient": true,
|
||||||
"adminUrl": "/customer-portal-js",
|
"adminUrl": "/customer-portal-js",
|
||||||
|
@ -148,7 +147,7 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "customer-portal-cli",
|
"clientId": "customer-portal-cli",
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"publicClient": true,
|
"publicClient": true,
|
||||||
"redirectUris": [
|
"redirectUris": [
|
||||||
|
@ -157,7 +156,7 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "product-portal",
|
"clientId": "product-portal",
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"adminUrl": "/product-portal",
|
"adminUrl": "/product-portal",
|
||||||
"baseUrl": "/product-portal",
|
"baseUrl": "/product-portal",
|
||||||
|
@ -167,7 +166,7 @@
|
||||||
"secret": "password"
|
"secret": "password"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "secure-portal",
|
"clientId": "secure-portal",
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"adminUrl": "/secure-portal",
|
"adminUrl": "/secure-portal",
|
||||||
"baseUrl": "/secure-portal",
|
"baseUrl": "/secure-portal",
|
||||||
|
@ -180,7 +179,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "session-portal",
|
"clientId": "session-portal",
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"adminUrl": "/session-portal",
|
"adminUrl": "/session-portal",
|
||||||
"baseUrl": "/session-portal",
|
"baseUrl": "/session-portal",
|
||||||
|
@ -190,7 +189,7 @@
|
||||||
"secret": "password"
|
"secret": "password"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "input-portal",
|
"clientId": "input-portal",
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"adminUrl": "/input-portal",
|
"adminUrl": "/input-portal",
|
||||||
"baseUrl": "/input-portal",
|
"baseUrl": "/input-portal",
|
||||||
|
@ -198,11 +197,9 @@
|
||||||
"/input-portal/*"
|
"/input-portal/*"
|
||||||
],
|
],
|
||||||
"secret": "password"
|
"secret": "password"
|
||||||
}
|
},
|
||||||
],
|
|
||||||
"oauthClients": [
|
|
||||||
{
|
{
|
||||||
"name": "third-party",
|
"clientId": "third-party",
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"redirectUris": [
|
"redirectUris": [
|
||||||
"/oauth-client/*",
|
"/oauth-client/*",
|
||||||
|
|
Loading…
Reference in a new issue