Skip to content

Commit 09e9c36

Browse files
author
Matthias Sefrin
committed
SPR-4596 BILD Mein Konto Wrapper Page
SPR-4720 Logout implementieren * add doLogoutToHome() * performed "npm audit fix"
1 parent eaa475f commit 09e9c36

File tree

5 files changed

+3225
-1219
lines changed

5 files changed

+3225
-1219
lines changed

readme.md README.md

File renamed without changes.

dist/ps-web-apis.d.ts

+4
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ export interface WhoamiV1 {
2525
* will start logout-process (e.g. go to sso-logout)
2626
*/
2727
doLogout(additionalParameter?: Map<String, String[]>): void;
28+
/**
29+
* will start logout-process and redirect user to portal homepage afterwards (e.g. go to sso-logout)
30+
*/
31+
doLogoutToHome(additionalParameter?: Map<String, String[]>): void;
2832
/**
2933
* will update access token and therefore content entitlements to current state
3034
*/

0 commit comments

Comments
 (0)