Skip to content

Commit 46a19b9

Browse files
authored
Merge pull request #11 from spring-media/SPR-4720
SPR-4596 BILD Mein Konto Wrapper Page
2 parents eaa475f + 09e9c36 commit 46a19b9

File tree

5 files changed

+3225
-1219
lines changed

5 files changed

+3225
-1219
lines changed

readme.md renamed to README.md

File renamed without changes.

dist/ps-web-apis.d.ts

Lines changed: 4 additions & 0 deletions
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)