We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d2dfce commit bc8d3dcCopy full SHA for bc8d3dc
apps/sensenet/src/services/auth-config.ts
@@ -15,10 +15,7 @@ export const getAuthConfig = async (repoUrl: string) => {
15
redirect_uri: window.location.origin + PATHS.loginCallback.appPath,
16
response_type: 'code',
17
scope: 'openid profile sensenet',
18
- post_logout_redirect_uri: pathWithQueryParams({
19
- path: window.location.origin,
20
- newParams: { repoUrl },
21
- }),
+ post_logout_redirect_uri: window.location.origin,
22
silent_redirect_uri: window.location.origin + PATHS.silentCallback.appPath,
23
extraQueryParams: { snrepo: trimmedRepoUrl },
24
}
0 commit comments