@ebrains/components 0.0.1-alpha.0 → 0.2.0-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/{color-ac51ccf7.js → color-3ffe3072.js} +6 -6
- package/dist/cjs/color-primary-palette_6.cjs.entry.js +15 -15
- package/dist/cjs/components.cjs.js +3 -30
- package/dist/cjs/correct-use-of-colors.cjs.entry.js +2 -2
- package/dist/cjs/eds-accordion.cjs.entry.js +5 -4
- package/dist/cjs/{eds-accordion_23.cjs.entry.js → eds-alert_28.cjs.entry.js} +394 -221
- package/dist/cjs/eds-block-break.cjs.entry.js +3 -2
- package/dist/cjs/eds-breadcrumb.cjs.entry.js +3 -2
- package/dist/cjs/eds-card-project.cjs.entry.js +5 -5
- package/dist/cjs/eds-card-section.cjs.entry.js +4 -3
- package/dist/cjs/eds-card-tags.cjs.entry.js +3 -2
- package/dist/cjs/eds-card-tool.cjs.entry.js +6 -5
- package/dist/cjs/eds-card-wrapper.cjs.entry.js +1 -1
- package/dist/cjs/eds-code-block.cjs.entry.js +4 -34
- package/dist/cjs/eds-components-section.cjs.entry.js +2 -2
- package/dist/cjs/eds-docs-palettes.cjs.entry.js +2 -2
- package/dist/cjs/eds-docs-tokens.cjs.entry.js +2 -2
- package/dist/cjs/eds-footer.cjs.entry.js +4 -3
- package/dist/cjs/eds-frame.cjs.entry.js +1 -1
- package/dist/cjs/eds-fullscreen-menu.cjs.entry.js +3 -2
- package/dist/cjs/eds-icon-arrow-diagonal.cjs.entry.js +3 -3
- package/dist/cjs/eds-icon-arrow-right.cjs.entry.js +3 -3
- package/dist/cjs/eds-icon-bluesky.cjs.entry.js +3 -3
- package/dist/cjs/eds-icon-chevron-down.cjs.entry.js +3 -3
- package/dist/cjs/eds-icon-chevron-left.cjs.entry.js +3 -3
- package/dist/cjs/eds-icon-chevron-right.cjs.entry.js +3 -3
- package/dist/cjs/eds-icon-chevron-up.cjs.entry.js +3 -3
- package/dist/cjs/eds-icon-close.cjs.entry.js +3 -3
- package/dist/cjs/eds-icon-copy.cjs.entry.js +3 -3
- package/dist/cjs/eds-icon-eu.cjs.entry.js +3 -3
- package/dist/cjs/eds-icon-facebook.cjs.entry.js +3 -3
- package/dist/cjs/eds-icon-gitlab.cjs.entry.js +3 -3
- package/dist/cjs/eds-icon-linkedin.cjs.entry.js +3 -3
- package/dist/cjs/eds-icon-loader.cjs.entry.js +3 -3
- package/dist/cjs/eds-icon-mastodon.cjs.entry.js +3 -3
- package/dist/cjs/eds-icon-menu.cjs.entry.js +3 -3
- package/dist/cjs/eds-icon-more.cjs.entry.js +3 -3
- package/dist/cjs/eds-icon-search.cjs.entry.js +3 -3
- package/dist/cjs/eds-icon-success.cjs.entry.js +3 -3
- package/dist/cjs/eds-icon-twitter.cjs.entry.js +3 -3
- package/dist/cjs/eds-icon-user.cjs.entry.js +3 -3
- package/dist/cjs/eds-icon-youtube.cjs.entry.js +3 -3
- package/dist/cjs/eds-login.cjs.entry.js +3 -3
- package/dist/cjs/eds-matomo-notice.cjs.entry.js +7 -6
- package/dist/cjs/eds-modal.cjs.entry.js +45 -5
- package/dist/cjs/eds-navigator.cjs.entry.js +1 -1
- package/dist/cjs/eds-pagination.cjs.entry.js +3 -2
- package/dist/cjs/eds-rating.cjs.entry.js +3 -2
- package/dist/cjs/eds-section-core_2.cjs.entry.js +1 -1
- package/dist/cjs/eds-social-networks.cjs.entry.js +4 -3
- package/dist/cjs/eds-svg-repository.cjs.entry.js +292 -4
- package/dist/cjs/eds-tab.cjs.entry.js +2 -2
- package/dist/cjs/eds-table.cjs.entry.js +3 -2
- package/dist/cjs/eds-tabs-content.cjs.entry.js +6 -6
- package/dist/cjs/eds-tabs.cjs.entry.js +7 -6
- package/dist/cjs/eds-tooltip.cjs.entry.js +4 -3
- package/dist/cjs/incorrect-use-of-colors.cjs.entry.js +2 -2
- package/dist/cjs/{index-2cc3495f.js → index-f08e4f5c.js} +22 -13
- package/dist/cjs/{loader-5efe2c21.js → loader-72f9d178.js} +2 -5
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/logo-space.cjs.entry.js +5 -4
- package/dist/cjs/logo-variations-horizontal.cjs.entry.js +3 -2
- package/dist/cjs/logo-variations-vertical.cjs.entry.js +3 -2
- package/dist/cjs/logo-wrong-usage.cjs.entry.js +5 -4
- package/dist/cjs/token-list_3.cjs.entry.js +4 -4
- package/dist/cjs/token-ratios.cjs.entry.js +2 -2
- package/dist/cjs/token-spacing.cjs.entry.js +2 -2
- package/dist/cjs/token-typography.cjs.entry.js +2 -2
- package/dist/collection/collection-manifest.json +2 -0
- package/dist/collection/components/eds-accordion/eds-accordion.js +2 -2
- package/dist/collection/components/eds-cards/eds-card-generic/eds-card-generic.js +21 -1
- package/dist/collection/components/eds-form/eds-form.css +10 -0
- package/dist/collection/components/eds-form/eds-form.js +111 -20
- package/dist/collection/components/eds-input-field/eds-input-field.css +16 -6
- package/dist/collection/components/eds-input-field/eds-input-field.js +2 -2
- package/dist/collection/components/eds-modal/eds-modal.css +8 -0
- package/dist/collection/components/eds-modal/eds-modal.js +42 -2
- package/dist/collection/components/eds-timeline/eds-timeline.js +89 -0
- package/dist/collection/components/eds-timeline/eds-timeline.stories.js +35 -0
- package/dist/collection/components/eds-tooltip/eds-tooltip.js +1 -1
- package/dist/collection/components/eds-trl/eds-trl.css +0 -0
- package/dist/collection/components/eds-trl/eds-trl.js +61 -0
- package/dist/collection/eds-docs-ui/colors/color-palette/primary.js +1 -1
- package/dist/collection/eds-docs-ui/colors/color-palette/secondary.js +1 -1
- package/dist/collection/eds-docs-ui/colors/color-palette/support.js +1 -1
- package/dist/collection/eds-docs-ui/colors/gradient-palette/primary.js +1 -1
- package/dist/collection/eds-docs-ui/colors/gradient-palette/secondary.js +7 -7
- package/dist/collection/eds-docs-ui/colors/gradient-palette/support.js +3 -3
- package/dist/collection/eds-docs-ui/colors/use-of-colors/correct-use-of-colors.js +1 -1
- package/dist/collection/eds-docs-ui/colors/use-of-colors/incorrect-use-of-colors.js +1 -1
- package/dist/collection/eds-docs-ui/design-tokens/token-list/token-list.js +1 -1
- package/dist/collection/eds-docs-ui/design-tokens/token-radii/token-radii.js +1 -1
- package/dist/collection/eds-docs-ui/design-tokens/token-ratios/token-ratios.js +1 -1
- package/dist/collection/eds-docs-ui/design-tokens/token-shadows/token-shadows.js +1 -1
- package/dist/collection/eds-docs-ui/design-tokens/token-spacing/token-spacing.js +1 -1
- package/dist/collection/eds-docs-ui/design-tokens/token-typography/token-typography.js +1 -1
- package/dist/collection/eds-docs-ui/eds-components-section/eds-components-section.js +1 -1
- package/dist/collection/eds-docs-ui/eds-docs-palettes/eds-docs-palettes.js +1 -1
- package/dist/collection/eds-docs-ui/eds-docs-tokens/eds-docs-tokens.js +1 -1
- package/dist/collection/eds-docs-ui/eds-svg-repository/eds-svg-repository.js +1 -1
- package/dist/collection/eds-docs-ui/logo/logo-space/logo-space.js +1 -1
- package/dist/collection/eds-docs-ui/logo/logo-wrong-usage/logo-wrong-usage.js +1 -1
- package/dist/collection/shared-ui/eds-card-section/eds-card-section.js +1 -1
- package/dist/collection/shared-ui/eds-footer/eds-footer.js +1 -1
- package/dist/collection/shared-ui/eds-header/eds-header.js +3 -3
- package/dist/collection/shared-ui/eds-login/eds-login.js +1 -1
- package/dist/collection/shared-ui/eds-social-networks/eds-social-networks.js +1 -1
- package/dist/collection/shared-ui/eds-tabs/eds-tabs.js +1 -1
- package/dist/collection/shared-ui/eds-tabs-content/eds-tabs-content.js +2 -2
- package/dist/collection/shared-ui/eds-toast-manager/eds-toast-manager.js +1 -1
- package/dist/collection/shared-ui/eds-user-modal/eds-user-modal.js +1 -1
- package/dist/components/analytics.js +6 -6
- package/dist/components/components.css +31 -0
- package/dist/components/components.esm.js +1 -47
- package/dist/components/correct-use-of-colors.js +1 -1
- package/dist/components/eds-accordion2.js +4 -3
- package/dist/components/eds-alert2.js +3 -2
- package/dist/components/eds-avatar2.js +3 -2
- package/dist/components/eds-block-break2.js +2 -1
- package/dist/components/eds-breadcrumb.js +2 -1
- package/dist/components/eds-button2.js +5 -3
- package/dist/components/eds-card-desc2.js +2 -1
- package/dist/components/eds-card-generic2.js +17 -4
- package/dist/components/eds-card-project.js +2 -1
- package/dist/components/eds-card-section.js +3 -2
- package/dist/components/eds-card-tags.js +2 -1
- package/dist/components/eds-card-title2.js +2 -1
- package/dist/components/eds-card-tool.js +4 -2
- package/dist/components/eds-code-block2.js +3 -33
- package/dist/components/eds-components-section.js +1 -1
- package/dist/components/eds-docs-palettes.js +1 -1
- package/dist/components/eds-docs-tokens.js +1 -1
- package/dist/components/eds-dropdown2.js +2 -1
- package/dist/components/eds-footer2.js +3 -2
- package/dist/components/eds-form.js +97 -22
- package/dist/components/eds-fullscreen-menu.js +2 -1
- package/dist/components/eds-header.js +5 -4
- package/dist/components/eds-icon-arrow-diagonal.js +1 -1
- package/dist/components/eds-icon-arrow-right.js +1 -1
- package/dist/components/eds-icon-bluesky.js +1 -1
- package/dist/components/eds-icon-chevron-down.js +1 -1
- package/dist/components/eds-icon-chevron-left.js +1 -1
- package/dist/components/eds-icon-chevron-right.js +1 -1
- package/dist/components/eds-icon-chevron-up.js +1 -1
- package/dist/components/eds-icon-close.js +1 -1
- package/dist/components/eds-icon-copy.js +1 -1
- package/dist/components/eds-icon-eu.js +1 -1
- package/dist/components/eds-icon-facebook.js +1 -1
- package/dist/components/eds-icon-gitlab.js +1 -1
- package/dist/components/eds-icon-linkedin.js +1 -1
- package/dist/components/eds-icon-loader.js +1 -1
- package/dist/components/eds-icon-mastodon.js +1 -1
- package/dist/components/eds-icon-menu.js +1 -1
- package/dist/components/eds-icon-more.js +1 -1
- package/dist/components/eds-icon-search.js +1 -1
- package/dist/components/eds-icon-success.js +1 -1
- package/dist/components/eds-icon-twitter.js +1 -1
- package/dist/components/eds-icon-user.js +1 -1
- package/dist/components/eds-icon-youtube.js +1 -1
- package/dist/components/eds-img2.js +2 -1
- package/dist/components/eds-input-field2.js +5 -4
- package/dist/components/eds-link2.js +5 -3
- package/dist/components/eds-login.js +1 -1
- package/dist/components/eds-logo2.js +6 -3
- package/dist/components/eds-matomo-notice.js +4 -2
- package/dist/components/eds-modal.js +44 -4
- package/dist/components/eds-pagination2.js +2 -1
- package/dist/components/eds-progress-bar.js +1 -40
- package/dist/{esm/eds-progress-bar.entry.js → components/eds-progress-bar2.js} +26 -7
- package/dist/components/eds-rating.js +2 -1
- package/dist/components/eds-section-core2.js +2 -1
- package/dist/components/eds-social-networks2.js +3 -2
- package/dist/components/eds-svg-repository.js +290 -2
- package/dist/components/eds-tab2.js +1 -1
- package/dist/components/eds-table2.js +2 -1
- package/dist/components/eds-tabs-content.js +5 -4
- package/dist/components/eds-tabs.js +6 -4
- package/dist/components/eds-tag2.js +3 -2
- package/dist/components/eds-timeline.d.ts +11 -0
- package/dist/components/eds-timeline.js +118 -0
- package/dist/components/eds-toast-manager.js +3 -2
- package/dist/components/eds-toast2.js +1 -1
- package/dist/components/eds-tooltip.js +3 -2
- package/dist/components/eds-trl.d.ts +11 -0
- package/dist/components/eds-trl.js +59 -0
- package/dist/components/eds-user-modal2.js +3 -2
- package/dist/components/incorrect-use-of-colors.js +1 -1
- package/dist/components/index.esm.js +0 -1
- package/dist/components/index2.js +44 -399
- package/dist/components/keycloak.js +0 -10
- package/dist/components/loader.js +2 -5
- package/dist/components/logo-space.js +4 -3
- package/dist/components/logo-variations-horizontal.js +2 -1
- package/dist/components/logo-variations-vertical.js +2 -1
- package/dist/components/logo-wrong-usage.js +4 -3
- package/dist/components/{p-877403df.entry.js → p-02e2a62f.entry.js} +1 -1
- package/dist/components/{p-e2e715a2.entry.js → p-04e47e04.entry.js} +1 -1
- package/dist/components/{p-e639818b.entry.js → p-0a3b2576.entry.js} +1 -1
- package/dist/components/{p-6bc00fad.entry.js → p-0c2e844e.entry.js} +1 -1
- package/dist/components/{p-1d94d663.entry.js → p-0c99ef81.entry.js} +1 -1
- package/dist/components/{p-378d371f.entry.js → p-145f13ad.entry.js} +1 -1
- package/dist/components/{p-0a195bfe.entry.js → p-16458a81.entry.js} +1 -1
- package/dist/components/{p-e69ff916.entry.js → p-1bcfbaf1.entry.js} +1 -1
- package/dist/components/p-2117611b.js +1 -0
- package/dist/components/{p-513bf756.entry.js → p-22762818.entry.js} +1 -1
- package/dist/components/p-22f9e720.js +1 -0
- package/dist/components/{p-e04097a2.entry.js → p-272d249f.entry.js} +1 -1
- package/dist/components/p-297b2bc3.entry.js +1 -0
- package/dist/components/p-2d8508cd.entry.js +1 -0
- package/dist/components/p-32cddd94.entry.js +1 -0
- package/dist/components/{p-0611bbac.entry.js → p-32f282a9.entry.js} +1 -1
- package/dist/components/p-373673ca.js +1 -0
- package/dist/components/{p-677f60bc.entry.js → p-388b4966.entry.js} +1 -1
- package/dist/components/p-3a2e8ef3.entry.js +1 -0
- package/dist/components/p-3afafa59.entry.js +1 -0
- package/dist/components/p-3b40559e.entry.js +1 -0
- package/dist/components/{p-ff6b25a1.entry.js → p-4037ad48.entry.js} +1 -1
- package/dist/components/{p-c16b3c0c.entry.js → p-42b4ecff.entry.js} +1 -1
- package/dist/components/p-490ba155.entry.js +1 -0
- package/dist/components/p-4932aab2.entry.js +1 -0
- package/dist/components/p-49958f77.entry.js +1 -0
- package/dist/components/p-4a24c2ce.entry.js +1 -0
- package/dist/components/{p-b544f216.entry.js → p-54c75346.entry.js} +1 -1
- package/dist/components/{p-42dfb426.entry.js → p-551c0b58.entry.js} +1 -1
- package/dist/components/{p-6f601454.entry.js → p-559b6ec9.entry.js} +1 -1
- package/dist/components/p-5aad9d3f.entry.js +1 -0
- package/dist/components/{p-9c74a5dd.entry.js → p-5ae9722b.entry.js} +1 -1
- package/dist/components/{p-3dbf2ac9.entry.js → p-5eb32f03.entry.js} +1 -1
- package/dist/components/{p-2728a189.entry.js → p-5fc68438.entry.js} +1 -1
- package/dist/components/p-673dce11.entry.js +1 -0
- package/dist/components/{p-c0afe524.entry.js → p-6fc62452.entry.js} +1 -1
- package/dist/components/{p-36c0f3ee.entry.js → p-73bd0c97.entry.js} +1 -1
- package/dist/components/p-79887c2c.entry.js +1 -0
- package/dist/components/{p-e9a1fb1e.js → p-7a8b9de5.js} +2 -2
- package/dist/components/p-846fc91c.entry.js +1 -0
- package/dist/components/p-8c56e39a.entry.js +1 -0
- package/dist/components/{p-caf2af08.entry.js → p-9000b245.entry.js} +1 -1
- package/dist/components/p-96c4deda.entry.js +1 -0
- package/dist/components/{p-4541cb5f.entry.js → p-9722811d.entry.js} +1 -1
- package/dist/components/p-a44a1abe.entry.js +1 -0
- package/dist/components/p-a4e9b68b.entry.js +1 -0
- package/dist/components/{p-55444767.entry.js → p-b14ef448.entry.js} +1 -1
- package/dist/components/{p-25eb1801.entry.js → p-b203eb1b.entry.js} +1 -1
- package/dist/components/{p-49a5eef5.entry.js → p-b33941a0.entry.js} +1 -1
- package/dist/components/{p-c11d93cf.entry.js → p-b717f95a.entry.js} +1 -1
- package/dist/components/{p-fa1276cc.entry.js → p-bb60412b.entry.js} +1 -1
- package/dist/components/{p-7a2b35b4.entry.js → p-bca40434.entry.js} +1 -1
- package/dist/components/{p-6cb8c52d.entry.js → p-bdd86a3c.entry.js} +1 -1
- package/dist/components/p-bf0f851d.entry.js +1 -0
- package/dist/components/{p-82453a66.entry.js → p-c2d369bc.entry.js} +1 -1
- package/dist/components/{p-94b74ae8.entry.js → p-c9c3cc49.entry.js} +1 -1
- package/dist/components/p-d1670eec.entry.js +1 -0
- package/dist/components/{p-bad2a33a.entry.js → p-d6d86366.entry.js} +1 -1
- package/dist/components/p-d9788b54.entry.js +1 -0
- package/dist/components/{p-64d4a6e0.entry.js → p-df93db96.entry.js} +1 -1
- package/dist/components/{p-606d8f86.entry.js → p-e20ed2c7.entry.js} +1 -1
- package/dist/components/{p-200ad980.entry.js → p-e6bfbf51.entry.js} +1 -1
- package/dist/components/{p-ddd005a3.entry.js → p-e74834bc.entry.js} +1 -1
- package/dist/components/p-ebed87b8.entry.js +1 -0
- package/dist/components/{p-b94318f2.entry.js → p-f7a6ce69.entry.js} +1 -1
- package/dist/components/{p-1a1b8e28.entry.js → p-ff5de62c.entry.js} +1 -1
- package/dist/components/p-ffec8755.entry.js +1 -0
- package/dist/components/primary.js +1 -1
- package/dist/components/primary2.js +1 -1
- package/dist/components/secondary.js +1 -1
- package/dist/components/secondary2.js +7 -7
- package/dist/components/support.js +1 -1
- package/dist/components/support2.js +3 -3
- package/dist/components/token-list2.js +1 -1
- package/dist/components/token-radii2.js +1 -1
- package/dist/components/token-ratios.js +1 -1
- package/dist/components/token-shadows2.js +1 -1
- package/dist/components/token-spacing.js +1 -1
- package/dist/components/token-typography.js +1 -1
- package/dist/esm/{color-49aa977d.js → color-0ba8ed56.js} +6 -6
- package/dist/esm/color-primary-palette_6.entry.js +15 -15
- package/dist/esm/components.js +4 -31
- package/dist/esm/correct-use-of-colors.entry.js +2 -2
- package/dist/esm/eds-accordion.entry.js +5 -4
- package/dist/esm/{eds-accordion_23.entry.js → eds-alert_28.entry.js} +385 -217
- package/dist/esm/eds-block-break.entry.js +3 -2
- package/dist/esm/eds-breadcrumb.entry.js +3 -2
- package/dist/esm/eds-card-project.entry.js +3 -3
- package/dist/esm/eds-card-section.entry.js +4 -3
- package/dist/esm/eds-card-tags.entry.js +3 -2
- package/dist/esm/eds-card-tool.entry.js +5 -4
- package/dist/esm/eds-card-wrapper.entry.js +1 -1
- package/dist/esm/eds-code-block.entry.js +4 -34
- package/dist/esm/eds-components-section.entry.js +2 -2
- package/dist/esm/eds-docs-palettes.entry.js +2 -2
- package/dist/esm/eds-docs-tokens.entry.js +2 -2
- package/dist/esm/eds-footer.entry.js +4 -3
- package/dist/esm/eds-frame.entry.js +1 -1
- package/dist/esm/eds-fullscreen-menu.entry.js +3 -2
- package/dist/esm/eds-icon-arrow-diagonal.entry.js +2 -2
- package/dist/esm/eds-icon-arrow-right.entry.js +2 -2
- package/dist/esm/eds-icon-bluesky.entry.js +2 -2
- package/dist/esm/eds-icon-chevron-down.entry.js +2 -2
- package/dist/esm/eds-icon-chevron-left.entry.js +2 -2
- package/dist/esm/eds-icon-chevron-right.entry.js +2 -2
- package/dist/esm/eds-icon-chevron-up.entry.js +2 -2
- package/dist/esm/eds-icon-close.entry.js +2 -2
- package/dist/esm/eds-icon-copy.entry.js +2 -2
- package/dist/esm/eds-icon-eu.entry.js +2 -2
- package/dist/esm/eds-icon-facebook.entry.js +2 -2
- package/dist/esm/eds-icon-gitlab.entry.js +2 -2
- package/dist/esm/eds-icon-linkedin.entry.js +2 -2
- package/dist/esm/eds-icon-loader.entry.js +2 -2
- package/dist/esm/eds-icon-mastodon.entry.js +2 -2
- package/dist/esm/eds-icon-menu.entry.js +2 -2
- package/dist/esm/eds-icon-more.entry.js +2 -2
- package/dist/esm/eds-icon-search.entry.js +2 -2
- package/dist/esm/eds-icon-success.entry.js +2 -2
- package/dist/esm/eds-icon-twitter.entry.js +2 -2
- package/dist/esm/eds-icon-user.entry.js +2 -2
- package/dist/esm/eds-icon-youtube.entry.js +2 -2
- package/dist/esm/eds-login.entry.js +3 -3
- package/dist/esm/eds-matomo-notice.entry.js +6 -5
- package/dist/esm/eds-modal.entry.js +45 -5
- package/dist/esm/eds-navigator.entry.js +1 -1
- package/dist/esm/eds-pagination.entry.js +3 -2
- package/dist/esm/eds-rating.entry.js +3 -2
- package/dist/esm/eds-section-core_2.entry.js +1 -1
- package/dist/esm/eds-social-networks.entry.js +4 -3
- package/dist/esm/eds-svg-repository.entry.js +291 -3
- package/dist/esm/eds-tab.entry.js +2 -2
- package/dist/esm/eds-table.entry.js +3 -2
- package/dist/esm/eds-tabs-content.entry.js +5 -5
- package/dist/esm/eds-tabs.entry.js +6 -5
- package/dist/esm/eds-tooltip.entry.js +4 -3
- package/dist/esm/incorrect-use-of-colors.entry.js +2 -2
- package/dist/esm/{index-f1426055.js → index-e96badea.js} +22 -13
- package/dist/esm/{loader-66341740.js → loader-c9628637.js} +2 -5
- package/dist/esm/loader.js +3 -3
- package/dist/esm/logo-space.entry.js +5 -4
- package/dist/esm/logo-variations-horizontal.entry.js +3 -2
- package/dist/esm/logo-variations-vertical.entry.js +3 -2
- package/dist/esm/logo-wrong-usage.entry.js +5 -4
- package/dist/esm/token-list_3.entry.js +4 -4
- package/dist/esm/token-ratios.entry.js +2 -2
- package/dist/esm/token-spacing.entry.js +2 -2
- package/dist/esm/token-typography.entry.js +2 -2
- package/dist/hydrate/index.js +363 -115
- package/dist/hydrate/index.mjs +363 -115
- package/dist/stencil.config.js +4 -3
- package/dist/types/components/eds-accordion/eds-accordion.d.ts +2 -2
- package/dist/types/components/eds-cards/eds-card-generic/eds-card-generic.d.ts +2 -0
- package/dist/types/components/eds-form/eds-form.d.ts +8 -0
- package/dist/types/components/eds-modal/eds-modal.d.ts +16 -0
- package/dist/types/components/eds-timeline/eds-timeline.d.ts +29 -0
- package/dist/types/components/eds-timeline/eds-timeline.stories.d.ts +24 -0
- package/dist/types/components/eds-trl/eds-trl.d.ts +9 -0
- package/dist/types/components.d.ts +44 -0
- package/package.json +3 -3
- package/dist/cjs/color-primary-palette.cjs.entry.js +0 -43
- package/dist/cjs/color-secondary-palette.cjs.entry.js +0 -68
- package/dist/cjs/color-support-palette.cjs.entry.js +0 -59
- package/dist/cjs/eds-alert.cjs.entry.js +0 -95
- package/dist/cjs/eds-avatar.cjs.entry.js +0 -73
- package/dist/cjs/eds-button.cjs.entry.js +0 -233
- package/dist/cjs/eds-card-desc.cjs.entry.js +0 -26
- package/dist/cjs/eds-card-desc_3.cjs.entry.js +0 -117
- package/dist/cjs/eds-card-generic.cjs.entry.js +0 -93
- package/dist/cjs/eds-card-title.cjs.entry.js +0 -56
- package/dist/cjs/eds-dropdown.cjs.entry.js +0 -129
- package/dist/cjs/eds-form.cjs.entry.js +0 -249
- package/dist/cjs/eds-header.cjs.entry.js +0 -96
- package/dist/cjs/eds-icon-wrapper.cjs.entry.js +0 -40
- package/dist/cjs/eds-img.cjs.entry.js +0 -57
- package/dist/cjs/eds-input-field.cjs.entry.js +0 -72
- package/dist/cjs/eds-input-footer.cjs.entry.js +0 -21
- package/dist/cjs/eds-input-label.cjs.entry.js +0 -20
- package/dist/cjs/eds-input-range.cjs.entry.js +0 -39
- package/dist/cjs/eds-input-search.cjs.entry.js +0 -41
- package/dist/cjs/eds-input-select.cjs.entry.js +0 -30
- package/dist/cjs/eds-input.cjs.entry.js +0 -68
- package/dist/cjs/eds-link.cjs.entry.js +0 -211
- package/dist/cjs/eds-logo.cjs.entry.js +0 -76
- package/dist/cjs/eds-progress-bar.cjs.entry.js +0 -28
- package/dist/cjs/eds-section-core.cjs.entry.js +0 -23
- package/dist/cjs/eds-section-heading.cjs.entry.js +0 -41
- package/dist/cjs/eds-tag.cjs.entry.js +0 -44
- package/dist/cjs/eds-toast-manager.cjs.entry.js +0 -45
- package/dist/cjs/eds-toast.cjs.entry.js +0 -53
- package/dist/cjs/eds-user-modal.cjs.entry.js +0 -47
- package/dist/cjs/eds-user.cjs.entry.js +0 -90
- package/dist/cjs/gradient-primary-palette.cjs.entry.js +0 -45
- package/dist/cjs/gradient-secondary-palette.cjs.entry.js +0 -79
- package/dist/cjs/gradient-support-palette.cjs.entry.js +0 -63
- package/dist/cjs/index-1ff5f25c.js +0 -48
- package/dist/cjs/index-383d2951.js +0 -3449
- package/dist/cjs/index-96a4261e.js +0 -405
- package/dist/cjs/index-f62478aa.js +0 -1837
- package/dist/cjs/keycloak-940b83c1.js +0 -1910
- package/dist/cjs/shadow-css-988e4292.js +0 -334
- package/dist/cjs/token-list.cjs.entry.js +0 -253
- package/dist/cjs/token-radii.cjs.entry.js +0 -25
- package/dist/cjs/token-shadows.cjs.entry.js +0 -34
- package/dist/components/app-globals-0f993ce5.js +0 -3
- package/dist/components/color-primary-palette.entry.js +0 -39
- package/dist/components/color-secondary-palette.entry.js +0 -64
- package/dist/components/color-support-palette.entry.js +0 -55
- package/dist/components/correct-use-of-colors.entry.js +0 -64
- package/dist/components/eds-accordion.entry.js +0 -88
- package/dist/components/eds-alert.entry.js +0 -91
- package/dist/components/eds-avatar.entry.js +0 -69
- package/dist/components/eds-block-break.entry.js +0 -16
- package/dist/components/eds-breadcrumb.entry.js +0 -148
- package/dist/components/eds-button.entry.js +0 -229
- package/dist/components/eds-card-desc.entry.js +0 -22
- package/dist/components/eds-card-generic.entry.js +0 -89
- package/dist/components/eds-card-project.entry.js +0 -63
- package/dist/components/eds-card-section.entry.js +0 -39
- package/dist/components/eds-card-tags.entry.js +0 -17
- package/dist/components/eds-card-title.entry.js +0 -52
- package/dist/components/eds-card-tool.entry.js +0 -75
- package/dist/components/eds-card-wrapper.entry.js +0 -28
- package/dist/components/eds-code-block.entry.js +0 -2468
- package/dist/components/eds-components-section.entry.js +0 -92
- package/dist/components/eds-docs-palettes.entry.js +0 -23
- package/dist/components/eds-docs-tokens.entry.js +0 -31
- package/dist/components/eds-dropdown.entry.js +0 -125
- package/dist/components/eds-footer.entry.js +0 -45
- package/dist/components/eds-form.entry.js +0 -245
- package/dist/components/eds-frame.entry.js +0 -87
- package/dist/components/eds-fullscreen-menu.entry.js +0 -95
- package/dist/components/eds-header.entry.js +0 -92
- package/dist/components/eds-icon-arrow-diagonal.entry.js +0 -14
- package/dist/components/eds-icon-arrow-right.entry.js +0 -14
- package/dist/components/eds-icon-bluesky.entry.js +0 -14
- package/dist/components/eds-icon-chevron-down.entry.js +0 -14
- package/dist/components/eds-icon-chevron-left.entry.js +0 -14
- package/dist/components/eds-icon-chevron-right.entry.js +0 -14
- package/dist/components/eds-icon-chevron-up.entry.js +0 -14
- package/dist/components/eds-icon-close.entry.js +0 -14
- package/dist/components/eds-icon-copy.entry.js +0 -14
- package/dist/components/eds-icon-eu.entry.js +0 -14
- package/dist/components/eds-icon-facebook.entry.js +0 -14
- package/dist/components/eds-icon-gitlab.entry.js +0 -14
- package/dist/components/eds-icon-linkedin.entry.js +0 -14
- package/dist/components/eds-icon-loader.entry.js +0 -14
- package/dist/components/eds-icon-mastodon.entry.js +0 -14
- package/dist/components/eds-icon-menu.entry.js +0 -14
- package/dist/components/eds-icon-more.entry.js +0 -14
- package/dist/components/eds-icon-search.entry.js +0 -14
- package/dist/components/eds-icon-success.entry.js +0 -14
- package/dist/components/eds-icon-twitter.entry.js +0 -14
- package/dist/components/eds-icon-user.entry.js +0 -14
- package/dist/components/eds-icon-wrapper.entry.js +0 -36
- package/dist/components/eds-icon-youtube.entry.js +0 -14
- package/dist/components/eds-img.entry.js +0 -53
- package/dist/components/eds-input-field.entry.js +0 -68
- package/dist/components/eds-input-footer.entry.js +0 -17
- package/dist/components/eds-input-label.entry.js +0 -16
- package/dist/components/eds-input-range.entry.js +0 -35
- package/dist/components/eds-input-search.entry.js +0 -37
- package/dist/components/eds-input-select.entry.js +0 -26
- package/dist/components/eds-input.entry.js +0 -64
- package/dist/components/eds-link.entry.js +0 -207
- package/dist/components/eds-login.entry.js +0 -68
- package/dist/components/eds-logo.entry.js +0 -72
- package/dist/components/eds-matomo-notice.entry.js +0 -105
- package/dist/components/eds-modal.entry.js +0 -42
- package/dist/components/eds-navigator.entry.js +0 -39
- package/dist/components/eds-pagination.entry.js +0 -207
- package/dist/components/eds-progress-bar.entry.js +0 -24
- package/dist/components/eds-rating.entry.js +0 -53
- package/dist/components/eds-section-core.entry.js +0 -19
- package/dist/components/eds-section-heading.entry.js +0 -37
- package/dist/components/eds-social-networks.entry.js +0 -61
- package/dist/components/eds-svg-repository.entry.js +0 -28
- package/dist/components/eds-tab.entry.js +0 -36
- package/dist/components/eds-table.entry.js +0 -138
- package/dist/components/eds-tabs-content.entry.js +0 -129
- package/dist/components/eds-tabs.entry.js +0 -118
- package/dist/components/eds-tag.entry.js +0 -40
- package/dist/components/eds-toast-manager.entry.js +0 -41
- package/dist/components/eds-toast.entry.js +0 -49
- package/dist/components/eds-tooltip.entry.js +0 -95
- package/dist/components/eds-user-modal.entry.js +0 -43
- package/dist/components/eds-user.entry.js +0 -86
- package/dist/components/gradient-primary-palette.entry.js +0 -41
- package/dist/components/gradient-secondary-palette.entry.js +0 -75
- package/dist/components/gradient-support-palette.entry.js +0 -59
- package/dist/components/incorrect-use-of-colors.entry.js +0 -46
- package/dist/components/index-144c9ae8.js +0 -46
- package/dist/components/index-360dc790.js +0 -401
- package/dist/components/index-a9afa43f.js +0 -1802
- package/dist/components/index-b384416e.js +0 -3023
- package/dist/components/index3.js +0 -46
- package/dist/components/index4.js +0 -1802
- package/dist/components/keycloak-b647d452.js +0 -1903
- package/dist/components/logo-space.entry.js +0 -16
- package/dist/components/logo-variations-horizontal.entry.js +0 -26
- package/dist/components/logo-variations-vertical.entry.js +0 -26
- package/dist/components/logo-wrong-usage.entry.js +0 -16
- package/dist/components/p-0a6262b7.entry.js +0 -1
- package/dist/components/p-11a4ef34.entry.js +0 -1
- package/dist/components/p-145d8e4d.entry.js +0 -1
- package/dist/components/p-219d9f68.entry.js +0 -1
- package/dist/components/p-22ee5374.entry.js +0 -1
- package/dist/components/p-2b14f03a.entry.js +0 -1
- package/dist/components/p-3048bdec.entry.js +0 -1
- package/dist/components/p-52a487ee.entry.js +0 -1
- package/dist/components/p-5b900a2c.entry.js +0 -1
- package/dist/components/p-5edc806a.entry.js +0 -1
- package/dist/components/p-763cbe2f.entry.js +0 -1
- package/dist/components/p-77a81dfa.entry.js +0 -1
- package/dist/components/p-81d2a9be.entry.js +0 -1
- package/dist/components/p-8c1be2b6.entry.js +0 -1
- package/dist/components/p-923e4d23.entry.js +0 -1
- package/dist/components/p-9c05e349.entry.js +0 -1
- package/dist/components/p-abcdf35f.js +0 -1
- package/dist/components/p-ac083317.entry.js +0 -1
- package/dist/components/p-ad79cc3c.entry.js +0 -1
- package/dist/components/p-b4055691.entry.js +0 -1
- package/dist/components/p-bfd2fdf1.entry.js +0 -1
- package/dist/components/p-c3c61db1.entry.js +0 -1
- package/dist/components/p-d80de13e.entry.js +0 -1
- package/dist/components/p-e80f4f24.js +0 -1
- package/dist/components/p-ec95188c.entry.js +0 -1
- package/dist/components/p-f04946a5.entry.js +0 -1
- package/dist/components/shadow-css-423dab2c.js +0 -332
- package/dist/components/token-list.entry.js +0 -249
- package/dist/components/token-radii.entry.js +0 -21
- package/dist/components/token-ratios.entry.js +0 -25
- package/dist/components/token-shadows.entry.js +0 -30
- package/dist/components/token-spacing.entry.js +0 -12
- package/dist/components/token-typography.entry.js +0 -226
- package/dist/esm/color-primary-palette.entry.js +0 -39
- package/dist/esm/color-secondary-palette.entry.js +0 -64
- package/dist/esm/color-support-palette.entry.js +0 -55
- package/dist/esm/eds-alert.entry.js +0 -91
- package/dist/esm/eds-avatar.entry.js +0 -69
- package/dist/esm/eds-button.entry.js +0 -229
- package/dist/esm/eds-card-desc.entry.js +0 -22
- package/dist/esm/eds-card-desc_3.entry.js +0 -111
- package/dist/esm/eds-card-generic.entry.js +0 -89
- package/dist/esm/eds-card-title.entry.js +0 -52
- package/dist/esm/eds-dropdown.entry.js +0 -125
- package/dist/esm/eds-form.entry.js +0 -245
- package/dist/esm/eds-header.entry.js +0 -92
- package/dist/esm/eds-icon-wrapper.entry.js +0 -36
- package/dist/esm/eds-img.entry.js +0 -53
- package/dist/esm/eds-input-field.entry.js +0 -68
- package/dist/esm/eds-input-footer.entry.js +0 -17
- package/dist/esm/eds-input-label.entry.js +0 -16
- package/dist/esm/eds-input-range.entry.js +0 -35
- package/dist/esm/eds-input-search.entry.js +0 -37
- package/dist/esm/eds-input-select.entry.js +0 -26
- package/dist/esm/eds-input.entry.js +0 -64
- package/dist/esm/eds-link.entry.js +0 -207
- package/dist/esm/eds-logo.entry.js +0 -72
- package/dist/esm/eds-section-core.entry.js +0 -19
- package/dist/esm/eds-section-heading.entry.js +0 -37
- package/dist/esm/eds-tag.entry.js +0 -40
- package/dist/esm/eds-toast-manager.entry.js +0 -41
- package/dist/esm/eds-toast.entry.js +0 -49
- package/dist/esm/eds-user-modal.entry.js +0 -43
- package/dist/esm/eds-user.entry.js +0 -86
- package/dist/esm/gradient-primary-palette.entry.js +0 -41
- package/dist/esm/gradient-secondary-palette.entry.js +0 -75
- package/dist/esm/gradient-support-palette.entry.js +0 -59
- package/dist/esm/index-144c9ae8.js +0 -46
- package/dist/esm/index-360dc790.js +0 -401
- package/dist/esm/index-a9afa43f.js +0 -1802
- package/dist/esm/index-b384416e.js +0 -3416
- package/dist/esm/keycloak-b647d452.js +0 -1903
- package/dist/esm/shadow-css-423dab2c.js +0 -332
- package/dist/esm/toastManager-b716afd8.js +0 -31
- package/dist/esm/token-list.entry.js +0 -249
- package/dist/esm/token-radii.entry.js +0 -21
- package/dist/esm/token-shadows.entry.js +0 -30
- /package/dist/cjs/{toastManager-1fb1a402.js → toastManager-4e9535f3.js} +0 -0
- /package/dist/{components/toastManager-b716afd8.js → esm/toastManager-d9eee791.js} +0 -0
|
@@ -1,1910 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
/*
|
|
4
|
-
* Copyright 2016 Red Hat, Inc. and/or its affiliates
|
|
5
|
-
* and other contributors as indicated by the @author tags.
|
|
6
|
-
*
|
|
7
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
8
|
-
* you may not use this file except in compliance with the License.
|
|
9
|
-
* You may obtain a copy of the License at
|
|
10
|
-
*
|
|
11
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
12
|
-
*
|
|
13
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
14
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
15
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
16
|
-
* See the License for the specific language governing permissions and
|
|
17
|
-
* limitations under the License.
|
|
18
|
-
*/
|
|
19
|
-
function Keycloak (config) {
|
|
20
|
-
if (!(this instanceof Keycloak)) {
|
|
21
|
-
throw new Error("The 'Keycloak' constructor must be invoked with 'new'.")
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
if (typeof config !== 'string' && !isObject(config)) {
|
|
25
|
-
throw new Error("The 'Keycloak' constructor must be provided with a configuration object, or a URL to a JSON configuration file.");
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
if (isObject(config)) {
|
|
29
|
-
const requiredProperties = 'oidcProvider' in config
|
|
30
|
-
? ['clientId']
|
|
31
|
-
: ['url', 'realm', 'clientId'];
|
|
32
|
-
|
|
33
|
-
for (const property of requiredProperties) {
|
|
34
|
-
if (!config[property]) {
|
|
35
|
-
throw new Error(`The configuration object is missing the required '${property}' property.`);
|
|
36
|
-
}
|
|
37
|
-
}
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
var kc = this;
|
|
41
|
-
var adapter;
|
|
42
|
-
var refreshQueue = [];
|
|
43
|
-
var callbackStorage;
|
|
44
|
-
|
|
45
|
-
var loginIframe = {
|
|
46
|
-
enable: true,
|
|
47
|
-
callbackList: [],
|
|
48
|
-
interval: 5
|
|
49
|
-
};
|
|
50
|
-
|
|
51
|
-
kc.didInitialize = false;
|
|
52
|
-
|
|
53
|
-
var useNonce = true;
|
|
54
|
-
var logInfo = createLogger(console.info);
|
|
55
|
-
var logWarn = createLogger(console.warn);
|
|
56
|
-
|
|
57
|
-
if (!globalThis.isSecureContext) {
|
|
58
|
-
logWarn(
|
|
59
|
-
"[KEYCLOAK] Keycloak JS must be used in a 'secure context' to function properly as it relies on browser APIs that are otherwise not available.\n" +
|
|
60
|
-
"Continuing to run your application insecurely will lead to unexpected behavior and breakage.\n\n" +
|
|
61
|
-
"For more information see: https://developer.mozilla.org/en-US/docs/Web/Security/Secure_Contexts"
|
|
62
|
-
);
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
kc.init = function (initOptions) {
|
|
66
|
-
if (kc.didInitialize) {
|
|
67
|
-
throw new Error("A 'Keycloak' instance can only be initialized once.");
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
kc.didInitialize = true;
|
|
71
|
-
|
|
72
|
-
kc.authenticated = false;
|
|
73
|
-
|
|
74
|
-
callbackStorage = createCallbackStorage();
|
|
75
|
-
var adapters = ['default', 'cordova', 'cordova-native'];
|
|
76
|
-
|
|
77
|
-
if (initOptions && adapters.indexOf(initOptions.adapter) > -1) {
|
|
78
|
-
adapter = loadAdapter(initOptions.adapter);
|
|
79
|
-
} else if (initOptions && typeof initOptions.adapter === "object") {
|
|
80
|
-
adapter = initOptions.adapter;
|
|
81
|
-
} else {
|
|
82
|
-
if (window.Cordova || window.cordova) {
|
|
83
|
-
adapter = loadAdapter('cordova');
|
|
84
|
-
} else {
|
|
85
|
-
adapter = loadAdapter();
|
|
86
|
-
}
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
if (initOptions) {
|
|
90
|
-
if (typeof initOptions.useNonce !== 'undefined') {
|
|
91
|
-
useNonce = initOptions.useNonce;
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
if (typeof initOptions.checkLoginIframe !== 'undefined') {
|
|
95
|
-
loginIframe.enable = initOptions.checkLoginIframe;
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
if (initOptions.checkLoginIframeInterval) {
|
|
99
|
-
loginIframe.interval = initOptions.checkLoginIframeInterval;
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
if (initOptions.onLoad === 'login-required') {
|
|
103
|
-
kc.loginRequired = true;
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
if (initOptions.responseMode) {
|
|
107
|
-
if (initOptions.responseMode === 'query' || initOptions.responseMode === 'fragment') {
|
|
108
|
-
kc.responseMode = initOptions.responseMode;
|
|
109
|
-
} else {
|
|
110
|
-
throw 'Invalid value for responseMode';
|
|
111
|
-
}
|
|
112
|
-
}
|
|
113
|
-
|
|
114
|
-
if (initOptions.flow) {
|
|
115
|
-
switch (initOptions.flow) {
|
|
116
|
-
case 'standard':
|
|
117
|
-
kc.responseType = 'code';
|
|
118
|
-
break;
|
|
119
|
-
case 'implicit':
|
|
120
|
-
kc.responseType = 'id_token token';
|
|
121
|
-
break;
|
|
122
|
-
case 'hybrid':
|
|
123
|
-
kc.responseType = 'code id_token token';
|
|
124
|
-
break;
|
|
125
|
-
default:
|
|
126
|
-
throw 'Invalid value for flow';
|
|
127
|
-
}
|
|
128
|
-
kc.flow = initOptions.flow;
|
|
129
|
-
}
|
|
130
|
-
|
|
131
|
-
if (initOptions.timeSkew != null) {
|
|
132
|
-
kc.timeSkew = initOptions.timeSkew;
|
|
133
|
-
}
|
|
134
|
-
|
|
135
|
-
if(initOptions.redirectUri) {
|
|
136
|
-
kc.redirectUri = initOptions.redirectUri;
|
|
137
|
-
}
|
|
138
|
-
|
|
139
|
-
if (initOptions.silentCheckSsoRedirectUri) {
|
|
140
|
-
kc.silentCheckSsoRedirectUri = initOptions.silentCheckSsoRedirectUri;
|
|
141
|
-
}
|
|
142
|
-
|
|
143
|
-
if (typeof initOptions.silentCheckSsoFallback === 'boolean') {
|
|
144
|
-
kc.silentCheckSsoFallback = initOptions.silentCheckSsoFallback;
|
|
145
|
-
} else {
|
|
146
|
-
kc.silentCheckSsoFallback = true;
|
|
147
|
-
}
|
|
148
|
-
|
|
149
|
-
if (typeof initOptions.pkceMethod !== "undefined") {
|
|
150
|
-
if (initOptions.pkceMethod !== "S256" && initOptions.pkceMethod !== false) {
|
|
151
|
-
throw new TypeError(`Invalid value for pkceMethod', expected 'S256' or false but got ${initOptions.pkceMethod}.`);
|
|
152
|
-
}
|
|
153
|
-
|
|
154
|
-
kc.pkceMethod = initOptions.pkceMethod;
|
|
155
|
-
} else {
|
|
156
|
-
kc.pkceMethod = "S256";
|
|
157
|
-
}
|
|
158
|
-
|
|
159
|
-
if (typeof initOptions.enableLogging === 'boolean') {
|
|
160
|
-
kc.enableLogging = initOptions.enableLogging;
|
|
161
|
-
} else {
|
|
162
|
-
kc.enableLogging = false;
|
|
163
|
-
}
|
|
164
|
-
|
|
165
|
-
if (initOptions.logoutMethod === 'POST') {
|
|
166
|
-
kc.logoutMethod = 'POST';
|
|
167
|
-
} else {
|
|
168
|
-
kc.logoutMethod = 'GET';
|
|
169
|
-
}
|
|
170
|
-
|
|
171
|
-
if (typeof initOptions.scope === 'string') {
|
|
172
|
-
kc.scope = initOptions.scope;
|
|
173
|
-
}
|
|
174
|
-
|
|
175
|
-
if (typeof initOptions.acrValues === 'string') {
|
|
176
|
-
kc.acrValues = initOptions.acrValues;
|
|
177
|
-
}
|
|
178
|
-
|
|
179
|
-
if (typeof initOptions.messageReceiveTimeout === 'number' && initOptions.messageReceiveTimeout > 0) {
|
|
180
|
-
kc.messageReceiveTimeout = initOptions.messageReceiveTimeout;
|
|
181
|
-
} else {
|
|
182
|
-
kc.messageReceiveTimeout = 10000;
|
|
183
|
-
}
|
|
184
|
-
}
|
|
185
|
-
|
|
186
|
-
if (!kc.responseMode) {
|
|
187
|
-
kc.responseMode = 'fragment';
|
|
188
|
-
}
|
|
189
|
-
if (!kc.responseType) {
|
|
190
|
-
kc.responseType = 'code';
|
|
191
|
-
kc.flow = 'standard';
|
|
192
|
-
}
|
|
193
|
-
|
|
194
|
-
var promise = createPromise();
|
|
195
|
-
|
|
196
|
-
var initPromise = createPromise();
|
|
197
|
-
initPromise.promise.then(function() {
|
|
198
|
-
kc.onReady && kc.onReady(kc.authenticated);
|
|
199
|
-
promise.setSuccess(kc.authenticated);
|
|
200
|
-
}).catch(function(error) {
|
|
201
|
-
promise.setError(error);
|
|
202
|
-
});
|
|
203
|
-
|
|
204
|
-
var configPromise = loadConfig();
|
|
205
|
-
|
|
206
|
-
function onLoad() {
|
|
207
|
-
var doLogin = function(prompt) {
|
|
208
|
-
if (!prompt) {
|
|
209
|
-
options.prompt = 'none';
|
|
210
|
-
}
|
|
211
|
-
|
|
212
|
-
if (initOptions && initOptions.locale) {
|
|
213
|
-
options.locale = initOptions.locale;
|
|
214
|
-
}
|
|
215
|
-
kc.login(options).then(function () {
|
|
216
|
-
initPromise.setSuccess();
|
|
217
|
-
}).catch(function (error) {
|
|
218
|
-
initPromise.setError(error);
|
|
219
|
-
});
|
|
220
|
-
};
|
|
221
|
-
|
|
222
|
-
var checkSsoSilently = async function() {
|
|
223
|
-
var ifrm = document.createElement("iframe");
|
|
224
|
-
var src = await kc.createLoginUrl({prompt: 'none', redirectUri: kc.silentCheckSsoRedirectUri});
|
|
225
|
-
ifrm.setAttribute("src", src);
|
|
226
|
-
ifrm.setAttribute("sandbox", "allow-storage-access-by-user-activation allow-scripts allow-same-origin");
|
|
227
|
-
ifrm.setAttribute("title", "keycloak-silent-check-sso");
|
|
228
|
-
ifrm.style.display = "none";
|
|
229
|
-
document.body.appendChild(ifrm);
|
|
230
|
-
|
|
231
|
-
var messageCallback = function(event) {
|
|
232
|
-
if (event.origin !== window.location.origin || ifrm.contentWindow !== event.source) {
|
|
233
|
-
return;
|
|
234
|
-
}
|
|
235
|
-
|
|
236
|
-
var oauth = parseCallback(event.data);
|
|
237
|
-
processCallback(oauth, initPromise);
|
|
238
|
-
|
|
239
|
-
document.body.removeChild(ifrm);
|
|
240
|
-
window.removeEventListener("message", messageCallback);
|
|
241
|
-
};
|
|
242
|
-
|
|
243
|
-
window.addEventListener("message", messageCallback);
|
|
244
|
-
};
|
|
245
|
-
|
|
246
|
-
var options = {};
|
|
247
|
-
switch (initOptions.onLoad) {
|
|
248
|
-
case 'check-sso':
|
|
249
|
-
if (loginIframe.enable) {
|
|
250
|
-
setupCheckLoginIframe().then(function() {
|
|
251
|
-
checkLoginIframe().then(function (unchanged) {
|
|
252
|
-
if (!unchanged) {
|
|
253
|
-
kc.silentCheckSsoRedirectUri ? checkSsoSilently() : doLogin(false);
|
|
254
|
-
} else {
|
|
255
|
-
initPromise.setSuccess();
|
|
256
|
-
}
|
|
257
|
-
}).catch(function (error) {
|
|
258
|
-
initPromise.setError(error);
|
|
259
|
-
});
|
|
260
|
-
});
|
|
261
|
-
} else {
|
|
262
|
-
kc.silentCheckSsoRedirectUri ? checkSsoSilently() : doLogin(false);
|
|
263
|
-
}
|
|
264
|
-
break;
|
|
265
|
-
case 'login-required':
|
|
266
|
-
doLogin(true);
|
|
267
|
-
break;
|
|
268
|
-
default:
|
|
269
|
-
throw 'Invalid value for onLoad';
|
|
270
|
-
}
|
|
271
|
-
}
|
|
272
|
-
|
|
273
|
-
function processInit() {
|
|
274
|
-
var callback = parseCallback(window.location.href);
|
|
275
|
-
|
|
276
|
-
if (callback) {
|
|
277
|
-
window.history.replaceState(window.history.state, null, callback.newUrl);
|
|
278
|
-
}
|
|
279
|
-
|
|
280
|
-
if (callback && callback.valid) {
|
|
281
|
-
return setupCheckLoginIframe().then(function() {
|
|
282
|
-
processCallback(callback, initPromise);
|
|
283
|
-
}).catch(function (error) {
|
|
284
|
-
initPromise.setError(error);
|
|
285
|
-
});
|
|
286
|
-
} else if (initOptions) {
|
|
287
|
-
if (initOptions.token && initOptions.refreshToken) {
|
|
288
|
-
setToken(initOptions.token, initOptions.refreshToken, initOptions.idToken);
|
|
289
|
-
|
|
290
|
-
if (loginIframe.enable) {
|
|
291
|
-
setupCheckLoginIframe().then(function() {
|
|
292
|
-
checkLoginIframe().then(function (unchanged) {
|
|
293
|
-
if (unchanged) {
|
|
294
|
-
kc.onAuthSuccess && kc.onAuthSuccess();
|
|
295
|
-
initPromise.setSuccess();
|
|
296
|
-
scheduleCheckIframe();
|
|
297
|
-
} else {
|
|
298
|
-
initPromise.setSuccess();
|
|
299
|
-
}
|
|
300
|
-
}).catch(function (error) {
|
|
301
|
-
initPromise.setError(error);
|
|
302
|
-
});
|
|
303
|
-
});
|
|
304
|
-
} else {
|
|
305
|
-
kc.updateToken(-1).then(function() {
|
|
306
|
-
kc.onAuthSuccess && kc.onAuthSuccess();
|
|
307
|
-
initPromise.setSuccess();
|
|
308
|
-
}).catch(function(error) {
|
|
309
|
-
kc.onAuthError && kc.onAuthError();
|
|
310
|
-
if (initOptions.onLoad) {
|
|
311
|
-
onLoad();
|
|
312
|
-
} else {
|
|
313
|
-
initPromise.setError(error);
|
|
314
|
-
}
|
|
315
|
-
});
|
|
316
|
-
}
|
|
317
|
-
} else if (initOptions.onLoad) {
|
|
318
|
-
onLoad();
|
|
319
|
-
} else {
|
|
320
|
-
initPromise.setSuccess();
|
|
321
|
-
}
|
|
322
|
-
} else {
|
|
323
|
-
initPromise.setSuccess();
|
|
324
|
-
}
|
|
325
|
-
}
|
|
326
|
-
|
|
327
|
-
configPromise.then(function () {
|
|
328
|
-
check3pCookiesSupported()
|
|
329
|
-
.then(processInit)
|
|
330
|
-
.catch(function (error) {
|
|
331
|
-
promise.setError(error);
|
|
332
|
-
});
|
|
333
|
-
});
|
|
334
|
-
configPromise.catch(function (error) {
|
|
335
|
-
promise.setError(error);
|
|
336
|
-
});
|
|
337
|
-
|
|
338
|
-
return promise.promise;
|
|
339
|
-
};
|
|
340
|
-
|
|
341
|
-
kc.login = function (options) {
|
|
342
|
-
return adapter.login(options);
|
|
343
|
-
};
|
|
344
|
-
|
|
345
|
-
function generateRandomData(len) {
|
|
346
|
-
if (typeof crypto === "undefined" || typeof crypto.getRandomValues === "undefined") {
|
|
347
|
-
throw new Error("Web Crypto API is not available.");
|
|
348
|
-
}
|
|
349
|
-
|
|
350
|
-
return crypto.getRandomValues(new Uint8Array(len));
|
|
351
|
-
}
|
|
352
|
-
|
|
353
|
-
function generateCodeVerifier(len) {
|
|
354
|
-
return generateRandomString(len, 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789');
|
|
355
|
-
}
|
|
356
|
-
|
|
357
|
-
function generateRandomString(len, alphabet){
|
|
358
|
-
var randomData = generateRandomData(len);
|
|
359
|
-
var chars = new Array(len);
|
|
360
|
-
for (var i = 0; i < len; i++) {
|
|
361
|
-
chars[i] = alphabet.charCodeAt(randomData[i] % alphabet.length);
|
|
362
|
-
}
|
|
363
|
-
return String.fromCharCode.apply(null, chars);
|
|
364
|
-
}
|
|
365
|
-
|
|
366
|
-
async function generatePkceChallenge(pkceMethod, codeVerifier) {
|
|
367
|
-
if (pkceMethod !== "S256") {
|
|
368
|
-
throw new TypeError(`Invalid value for 'pkceMethod', expected 'S256' but got '${pkceMethod}'.`);
|
|
369
|
-
}
|
|
370
|
-
|
|
371
|
-
// hash codeVerifier, then encode as url-safe base64 without padding
|
|
372
|
-
const hashBytes = new Uint8Array(await sha256Digest(codeVerifier));
|
|
373
|
-
const encodedHash = bytesToBase64(hashBytes)
|
|
374
|
-
.replace(/\+/g, '-')
|
|
375
|
-
.replace(/\//g, '_')
|
|
376
|
-
.replace(/\=/g, '');
|
|
377
|
-
|
|
378
|
-
return encodedHash;
|
|
379
|
-
}
|
|
380
|
-
|
|
381
|
-
function buildClaimsParameter(requestedAcr){
|
|
382
|
-
var claims = {
|
|
383
|
-
id_token: {
|
|
384
|
-
acr: requestedAcr
|
|
385
|
-
}
|
|
386
|
-
};
|
|
387
|
-
return JSON.stringify(claims);
|
|
388
|
-
}
|
|
389
|
-
|
|
390
|
-
kc.createLoginUrl = async function(options) {
|
|
391
|
-
var state = createUUID();
|
|
392
|
-
var nonce = createUUID();
|
|
393
|
-
|
|
394
|
-
var redirectUri = adapter.redirectUri(options);
|
|
395
|
-
|
|
396
|
-
var callbackState = {
|
|
397
|
-
state: state,
|
|
398
|
-
nonce: nonce,
|
|
399
|
-
redirectUri: encodeURIComponent(redirectUri),
|
|
400
|
-
loginOptions: options
|
|
401
|
-
};
|
|
402
|
-
|
|
403
|
-
if (options && options.prompt) {
|
|
404
|
-
callbackState.prompt = options.prompt;
|
|
405
|
-
}
|
|
406
|
-
|
|
407
|
-
var baseUrl;
|
|
408
|
-
if (options && options.action == 'register') {
|
|
409
|
-
baseUrl = kc.endpoints.register();
|
|
410
|
-
} else {
|
|
411
|
-
baseUrl = kc.endpoints.authorize();
|
|
412
|
-
}
|
|
413
|
-
|
|
414
|
-
var scope = options && options.scope || kc.scope;
|
|
415
|
-
if (!scope) {
|
|
416
|
-
// if scope is not set, default to "openid"
|
|
417
|
-
scope = "openid";
|
|
418
|
-
} else if (scope.indexOf("openid") === -1) {
|
|
419
|
-
// if openid scope is missing, prefix the given scopes with it
|
|
420
|
-
scope = "openid " + scope;
|
|
421
|
-
}
|
|
422
|
-
|
|
423
|
-
var url = baseUrl
|
|
424
|
-
+ '?client_id=' + encodeURIComponent(kc.clientId)
|
|
425
|
-
+ '&redirect_uri=' + encodeURIComponent(redirectUri)
|
|
426
|
-
+ '&state=' + encodeURIComponent(state)
|
|
427
|
-
+ '&response_mode=' + encodeURIComponent(kc.responseMode)
|
|
428
|
-
+ '&response_type=' + encodeURIComponent(kc.responseType)
|
|
429
|
-
+ '&scope=' + encodeURIComponent(scope);
|
|
430
|
-
if (useNonce) {
|
|
431
|
-
url = url + '&nonce=' + encodeURIComponent(nonce);
|
|
432
|
-
}
|
|
433
|
-
|
|
434
|
-
if (options && options.prompt) {
|
|
435
|
-
url += '&prompt=' + encodeURIComponent(options.prompt);
|
|
436
|
-
}
|
|
437
|
-
|
|
438
|
-
if (options && typeof options.maxAge === 'number') {
|
|
439
|
-
url += '&max_age=' + encodeURIComponent(options.maxAge);
|
|
440
|
-
}
|
|
441
|
-
|
|
442
|
-
if (options && options.loginHint) {
|
|
443
|
-
url += '&login_hint=' + encodeURIComponent(options.loginHint);
|
|
444
|
-
}
|
|
445
|
-
|
|
446
|
-
if (options && options.idpHint) {
|
|
447
|
-
url += '&kc_idp_hint=' + encodeURIComponent(options.idpHint);
|
|
448
|
-
}
|
|
449
|
-
|
|
450
|
-
if (options && options.action && options.action != 'register') {
|
|
451
|
-
url += '&kc_action=' + encodeURIComponent(options.action);
|
|
452
|
-
}
|
|
453
|
-
|
|
454
|
-
if (options && options.locale) {
|
|
455
|
-
url += '&ui_locales=' + encodeURIComponent(options.locale);
|
|
456
|
-
}
|
|
457
|
-
|
|
458
|
-
if (options && options.acr) {
|
|
459
|
-
var claimsParameter = buildClaimsParameter(options.acr);
|
|
460
|
-
url += '&claims=' + encodeURIComponent(claimsParameter);
|
|
461
|
-
}
|
|
462
|
-
|
|
463
|
-
if ((options && options.acrValues) || kc.acrValues) {
|
|
464
|
-
url += '&acr_values=' + encodeURIComponent(options.acrValues || kc.acrValues);
|
|
465
|
-
}
|
|
466
|
-
|
|
467
|
-
if (kc.pkceMethod) {
|
|
468
|
-
try {
|
|
469
|
-
const codeVerifier = generateCodeVerifier(96);
|
|
470
|
-
const pkceChallenge = await generatePkceChallenge(kc.pkceMethod, codeVerifier);
|
|
471
|
-
|
|
472
|
-
callbackState.pkceCodeVerifier = codeVerifier;
|
|
473
|
-
|
|
474
|
-
url += '&code_challenge=' + pkceChallenge;
|
|
475
|
-
url += '&code_challenge_method=' + kc.pkceMethod;
|
|
476
|
-
} catch (error) {
|
|
477
|
-
throw new Error("Failed to generate PKCE challenge.", { cause: error });
|
|
478
|
-
}
|
|
479
|
-
}
|
|
480
|
-
|
|
481
|
-
callbackStorage.add(callbackState);
|
|
482
|
-
|
|
483
|
-
return url;
|
|
484
|
-
};
|
|
485
|
-
|
|
486
|
-
kc.logout = function(options) {
|
|
487
|
-
return adapter.logout(options);
|
|
488
|
-
};
|
|
489
|
-
|
|
490
|
-
kc.createLogoutUrl = function(options) {
|
|
491
|
-
|
|
492
|
-
const logoutMethod = options?.logoutMethod ?? kc.logoutMethod;
|
|
493
|
-
if (logoutMethod === 'POST') {
|
|
494
|
-
return kc.endpoints.logout();
|
|
495
|
-
}
|
|
496
|
-
|
|
497
|
-
var url = kc.endpoints.logout()
|
|
498
|
-
+ '?client_id=' + encodeURIComponent(kc.clientId)
|
|
499
|
-
+ '&post_logout_redirect_uri=' + encodeURIComponent(adapter.redirectUri(options, false));
|
|
500
|
-
|
|
501
|
-
if (kc.idToken) {
|
|
502
|
-
url += '&id_token_hint=' + encodeURIComponent(kc.idToken);
|
|
503
|
-
}
|
|
504
|
-
|
|
505
|
-
return url;
|
|
506
|
-
};
|
|
507
|
-
|
|
508
|
-
kc.register = function (options) {
|
|
509
|
-
return adapter.register(options);
|
|
510
|
-
};
|
|
511
|
-
|
|
512
|
-
kc.createRegisterUrl = async function(options) {
|
|
513
|
-
if (!options) {
|
|
514
|
-
options = {};
|
|
515
|
-
}
|
|
516
|
-
options.action = 'register';
|
|
517
|
-
return await kc.createLoginUrl(options);
|
|
518
|
-
};
|
|
519
|
-
|
|
520
|
-
kc.createAccountUrl = function(options) {
|
|
521
|
-
var realm = getRealmUrl();
|
|
522
|
-
var url = undefined;
|
|
523
|
-
if (typeof realm !== 'undefined') {
|
|
524
|
-
url = realm
|
|
525
|
-
+ '/account'
|
|
526
|
-
+ '?referrer=' + encodeURIComponent(kc.clientId)
|
|
527
|
-
+ '&referrer_uri=' + encodeURIComponent(adapter.redirectUri(options));
|
|
528
|
-
}
|
|
529
|
-
return url;
|
|
530
|
-
};
|
|
531
|
-
|
|
532
|
-
kc.accountManagement = function() {
|
|
533
|
-
return adapter.accountManagement();
|
|
534
|
-
};
|
|
535
|
-
|
|
536
|
-
kc.hasRealmRole = function (role) {
|
|
537
|
-
var access = kc.realmAccess;
|
|
538
|
-
return !!access && access.roles.indexOf(role) >= 0;
|
|
539
|
-
};
|
|
540
|
-
|
|
541
|
-
kc.hasResourceRole = function(role, resource) {
|
|
542
|
-
if (!kc.resourceAccess) {
|
|
543
|
-
return false;
|
|
544
|
-
}
|
|
545
|
-
|
|
546
|
-
var access = kc.resourceAccess[resource || kc.clientId];
|
|
547
|
-
return !!access && access.roles.indexOf(role) >= 0;
|
|
548
|
-
};
|
|
549
|
-
|
|
550
|
-
kc.loadUserProfile = function() {
|
|
551
|
-
var url = getRealmUrl() + '/account';
|
|
552
|
-
var req = new XMLHttpRequest();
|
|
553
|
-
req.open('GET', url, true);
|
|
554
|
-
req.setRequestHeader('Accept', 'application/json');
|
|
555
|
-
req.setRequestHeader('Authorization', 'bearer ' + kc.token);
|
|
556
|
-
|
|
557
|
-
var promise = createPromise();
|
|
558
|
-
|
|
559
|
-
req.onreadystatechange = function () {
|
|
560
|
-
if (req.readyState == 4) {
|
|
561
|
-
if (req.status == 200) {
|
|
562
|
-
kc.profile = JSON.parse(req.responseText);
|
|
563
|
-
promise.setSuccess(kc.profile);
|
|
564
|
-
} else {
|
|
565
|
-
promise.setError();
|
|
566
|
-
}
|
|
567
|
-
}
|
|
568
|
-
};
|
|
569
|
-
|
|
570
|
-
req.send();
|
|
571
|
-
|
|
572
|
-
return promise.promise;
|
|
573
|
-
};
|
|
574
|
-
|
|
575
|
-
kc.loadUserInfo = function() {
|
|
576
|
-
var url = kc.endpoints.userinfo();
|
|
577
|
-
var req = new XMLHttpRequest();
|
|
578
|
-
req.open('GET', url, true);
|
|
579
|
-
req.setRequestHeader('Accept', 'application/json');
|
|
580
|
-
req.setRequestHeader('Authorization', 'bearer ' + kc.token);
|
|
581
|
-
|
|
582
|
-
var promise = createPromise();
|
|
583
|
-
|
|
584
|
-
req.onreadystatechange = function () {
|
|
585
|
-
if (req.readyState == 4) {
|
|
586
|
-
if (req.status == 200) {
|
|
587
|
-
kc.userInfo = JSON.parse(req.responseText);
|
|
588
|
-
promise.setSuccess(kc.userInfo);
|
|
589
|
-
} else {
|
|
590
|
-
promise.setError();
|
|
591
|
-
}
|
|
592
|
-
}
|
|
593
|
-
};
|
|
594
|
-
|
|
595
|
-
req.send();
|
|
596
|
-
|
|
597
|
-
return promise.promise;
|
|
598
|
-
};
|
|
599
|
-
|
|
600
|
-
kc.isTokenExpired = function(minValidity) {
|
|
601
|
-
if (!kc.tokenParsed || (!kc.refreshToken && kc.flow != 'implicit' )) {
|
|
602
|
-
throw 'Not authenticated';
|
|
603
|
-
}
|
|
604
|
-
|
|
605
|
-
if (kc.timeSkew == null) {
|
|
606
|
-
logInfo('[KEYCLOAK] Unable to determine if token is expired as timeskew is not set');
|
|
607
|
-
return true;
|
|
608
|
-
}
|
|
609
|
-
|
|
610
|
-
var expiresIn = kc.tokenParsed['exp'] - Math.ceil(new Date().getTime() / 1000) + kc.timeSkew;
|
|
611
|
-
if (minValidity) {
|
|
612
|
-
if (isNaN(minValidity)) {
|
|
613
|
-
throw 'Invalid minValidity';
|
|
614
|
-
}
|
|
615
|
-
expiresIn -= minValidity;
|
|
616
|
-
}
|
|
617
|
-
return expiresIn < 0;
|
|
618
|
-
};
|
|
619
|
-
|
|
620
|
-
kc.updateToken = function(minValidity) {
|
|
621
|
-
var promise = createPromise();
|
|
622
|
-
|
|
623
|
-
if (!kc.refreshToken) {
|
|
624
|
-
promise.setError();
|
|
625
|
-
return promise.promise;
|
|
626
|
-
}
|
|
627
|
-
|
|
628
|
-
minValidity = minValidity || 5;
|
|
629
|
-
|
|
630
|
-
var exec = function() {
|
|
631
|
-
var refreshToken = false;
|
|
632
|
-
if (minValidity == -1) {
|
|
633
|
-
refreshToken = true;
|
|
634
|
-
logInfo('[KEYCLOAK] Refreshing token: forced refresh');
|
|
635
|
-
} else if (!kc.tokenParsed || kc.isTokenExpired(minValidity)) {
|
|
636
|
-
refreshToken = true;
|
|
637
|
-
logInfo('[KEYCLOAK] Refreshing token: token expired');
|
|
638
|
-
}
|
|
639
|
-
|
|
640
|
-
if (!refreshToken) {
|
|
641
|
-
promise.setSuccess(false);
|
|
642
|
-
} else {
|
|
643
|
-
var params = 'grant_type=refresh_token&' + 'refresh_token=' + kc.refreshToken;
|
|
644
|
-
var url = kc.endpoints.token();
|
|
645
|
-
|
|
646
|
-
refreshQueue.push(promise);
|
|
647
|
-
|
|
648
|
-
if (refreshQueue.length == 1) {
|
|
649
|
-
var req = new XMLHttpRequest();
|
|
650
|
-
req.open('POST', url, true);
|
|
651
|
-
req.setRequestHeader('Content-type', 'application/x-www-form-urlencoded');
|
|
652
|
-
req.withCredentials = true;
|
|
653
|
-
|
|
654
|
-
params += '&client_id=' + encodeURIComponent(kc.clientId);
|
|
655
|
-
|
|
656
|
-
var timeLocal = new Date().getTime();
|
|
657
|
-
|
|
658
|
-
req.onreadystatechange = function () {
|
|
659
|
-
if (req.readyState == 4) {
|
|
660
|
-
if (req.status == 200) {
|
|
661
|
-
logInfo('[KEYCLOAK] Token refreshed');
|
|
662
|
-
|
|
663
|
-
timeLocal = (timeLocal + new Date().getTime()) / 2;
|
|
664
|
-
|
|
665
|
-
var tokenResponse = JSON.parse(req.responseText);
|
|
666
|
-
|
|
667
|
-
setToken(tokenResponse['access_token'], tokenResponse['refresh_token'], tokenResponse['id_token'], timeLocal);
|
|
668
|
-
|
|
669
|
-
kc.onAuthRefreshSuccess && kc.onAuthRefreshSuccess();
|
|
670
|
-
for (var p = refreshQueue.pop(); p != null; p = refreshQueue.pop()) {
|
|
671
|
-
p.setSuccess(true);
|
|
672
|
-
}
|
|
673
|
-
} else {
|
|
674
|
-
logWarn('[KEYCLOAK] Failed to refresh token');
|
|
675
|
-
|
|
676
|
-
if (req.status == 400) {
|
|
677
|
-
kc.clearToken();
|
|
678
|
-
}
|
|
679
|
-
|
|
680
|
-
kc.onAuthRefreshError && kc.onAuthRefreshError();
|
|
681
|
-
for (var p = refreshQueue.pop(); p != null; p = refreshQueue.pop()) {
|
|
682
|
-
p.setError(true);
|
|
683
|
-
}
|
|
684
|
-
}
|
|
685
|
-
}
|
|
686
|
-
};
|
|
687
|
-
|
|
688
|
-
req.send(params);
|
|
689
|
-
}
|
|
690
|
-
}
|
|
691
|
-
};
|
|
692
|
-
|
|
693
|
-
if (loginIframe.enable) {
|
|
694
|
-
var iframePromise = checkLoginIframe();
|
|
695
|
-
iframePromise.then(function() {
|
|
696
|
-
exec();
|
|
697
|
-
}).catch(function(error) {
|
|
698
|
-
promise.setError(error);
|
|
699
|
-
});
|
|
700
|
-
} else {
|
|
701
|
-
exec();
|
|
702
|
-
}
|
|
703
|
-
|
|
704
|
-
return promise.promise;
|
|
705
|
-
};
|
|
706
|
-
|
|
707
|
-
kc.clearToken = function() {
|
|
708
|
-
if (kc.token) {
|
|
709
|
-
setToken(null, null, null);
|
|
710
|
-
kc.onAuthLogout && kc.onAuthLogout();
|
|
711
|
-
if (kc.loginRequired) {
|
|
712
|
-
kc.login();
|
|
713
|
-
}
|
|
714
|
-
}
|
|
715
|
-
};
|
|
716
|
-
|
|
717
|
-
function getRealmUrl() {
|
|
718
|
-
if (typeof kc.authServerUrl !== 'undefined') {
|
|
719
|
-
if (kc.authServerUrl.charAt(kc.authServerUrl.length - 1) == '/') {
|
|
720
|
-
return kc.authServerUrl + 'realms/' + encodeURIComponent(kc.realm);
|
|
721
|
-
} else {
|
|
722
|
-
return kc.authServerUrl + '/realms/' + encodeURIComponent(kc.realm);
|
|
723
|
-
}
|
|
724
|
-
} else {
|
|
725
|
-
return undefined;
|
|
726
|
-
}
|
|
727
|
-
}
|
|
728
|
-
|
|
729
|
-
function getOrigin() {
|
|
730
|
-
if (!window.location.origin) {
|
|
731
|
-
return window.location.protocol + "//" + window.location.hostname + (window.location.port ? ':' + window.location.port: '');
|
|
732
|
-
} else {
|
|
733
|
-
return window.location.origin;
|
|
734
|
-
}
|
|
735
|
-
}
|
|
736
|
-
|
|
737
|
-
function processCallback(oauth, promise) {
|
|
738
|
-
var code = oauth.code;
|
|
739
|
-
var error = oauth.error;
|
|
740
|
-
var prompt = oauth.prompt;
|
|
741
|
-
|
|
742
|
-
var timeLocal = new Date().getTime();
|
|
743
|
-
|
|
744
|
-
if (oauth['kc_action_status']) {
|
|
745
|
-
kc.onActionUpdate && kc.onActionUpdate(oauth['kc_action_status'], oauth['kc_action']);
|
|
746
|
-
}
|
|
747
|
-
|
|
748
|
-
if (error) {
|
|
749
|
-
if (prompt != 'none') {
|
|
750
|
-
if (oauth.error_description && oauth.error_description === "authentication_expired") {
|
|
751
|
-
kc.login(oauth.loginOptions);
|
|
752
|
-
} else {
|
|
753
|
-
var errorData = { error: error, error_description: oauth.error_description };
|
|
754
|
-
kc.onAuthError && kc.onAuthError(errorData);
|
|
755
|
-
promise && promise.setError(errorData);
|
|
756
|
-
}
|
|
757
|
-
} else {
|
|
758
|
-
promise && promise.setSuccess();
|
|
759
|
-
}
|
|
760
|
-
return;
|
|
761
|
-
} else if ((kc.flow != 'standard') && (oauth.access_token || oauth.id_token)) {
|
|
762
|
-
authSuccess(oauth.access_token, null, oauth.id_token, true);
|
|
763
|
-
}
|
|
764
|
-
|
|
765
|
-
if ((kc.flow != 'implicit') && code) {
|
|
766
|
-
var params = 'code=' + code + '&grant_type=authorization_code';
|
|
767
|
-
var url = kc.endpoints.token();
|
|
768
|
-
|
|
769
|
-
var req = new XMLHttpRequest();
|
|
770
|
-
req.open('POST', url, true);
|
|
771
|
-
req.setRequestHeader('Content-type', 'application/x-www-form-urlencoded');
|
|
772
|
-
|
|
773
|
-
params += '&client_id=' + encodeURIComponent(kc.clientId);
|
|
774
|
-
params += '&redirect_uri=' + oauth.redirectUri;
|
|
775
|
-
|
|
776
|
-
if (oauth.pkceCodeVerifier) {
|
|
777
|
-
params += '&code_verifier=' + oauth.pkceCodeVerifier;
|
|
778
|
-
}
|
|
779
|
-
|
|
780
|
-
req.withCredentials = true;
|
|
781
|
-
|
|
782
|
-
req.onreadystatechange = function() {
|
|
783
|
-
if (req.readyState == 4) {
|
|
784
|
-
if (req.status == 200) {
|
|
785
|
-
|
|
786
|
-
var tokenResponse = JSON.parse(req.responseText);
|
|
787
|
-
authSuccess(tokenResponse['access_token'], tokenResponse['refresh_token'], tokenResponse['id_token'], kc.flow === 'standard');
|
|
788
|
-
scheduleCheckIframe();
|
|
789
|
-
} else {
|
|
790
|
-
kc.onAuthError && kc.onAuthError();
|
|
791
|
-
promise && promise.setError();
|
|
792
|
-
}
|
|
793
|
-
}
|
|
794
|
-
};
|
|
795
|
-
|
|
796
|
-
req.send(params);
|
|
797
|
-
}
|
|
798
|
-
|
|
799
|
-
function authSuccess(accessToken, refreshToken, idToken, fulfillPromise) {
|
|
800
|
-
timeLocal = (timeLocal + new Date().getTime()) / 2;
|
|
801
|
-
|
|
802
|
-
setToken(accessToken, refreshToken, idToken, timeLocal);
|
|
803
|
-
|
|
804
|
-
if (useNonce && (kc.idTokenParsed && kc.idTokenParsed.nonce != oauth.storedNonce)) {
|
|
805
|
-
logInfo('[KEYCLOAK] Invalid nonce, clearing token');
|
|
806
|
-
kc.clearToken();
|
|
807
|
-
promise && promise.setError();
|
|
808
|
-
} else {
|
|
809
|
-
if (fulfillPromise) {
|
|
810
|
-
kc.onAuthSuccess && kc.onAuthSuccess();
|
|
811
|
-
promise && promise.setSuccess();
|
|
812
|
-
}
|
|
813
|
-
}
|
|
814
|
-
}
|
|
815
|
-
|
|
816
|
-
}
|
|
817
|
-
|
|
818
|
-
function loadConfig() {
|
|
819
|
-
var promise = createPromise();
|
|
820
|
-
var configUrl;
|
|
821
|
-
|
|
822
|
-
if (typeof config === 'string') {
|
|
823
|
-
configUrl = config;
|
|
824
|
-
}
|
|
825
|
-
|
|
826
|
-
function setupOidcEndoints(oidcConfiguration) {
|
|
827
|
-
if (! oidcConfiguration) {
|
|
828
|
-
kc.endpoints = {
|
|
829
|
-
authorize: function() {
|
|
830
|
-
return getRealmUrl() + '/protocol/openid-connect/auth';
|
|
831
|
-
},
|
|
832
|
-
token: function() {
|
|
833
|
-
return getRealmUrl() + '/protocol/openid-connect/token';
|
|
834
|
-
},
|
|
835
|
-
logout: function() {
|
|
836
|
-
return getRealmUrl() + '/protocol/openid-connect/logout';
|
|
837
|
-
},
|
|
838
|
-
checkSessionIframe: function() {
|
|
839
|
-
return getRealmUrl() + '/protocol/openid-connect/login-status-iframe.html';
|
|
840
|
-
},
|
|
841
|
-
thirdPartyCookiesIframe: function() {
|
|
842
|
-
return getRealmUrl() + '/protocol/openid-connect/3p-cookies/step1.html';
|
|
843
|
-
},
|
|
844
|
-
register: function() {
|
|
845
|
-
return getRealmUrl() + '/protocol/openid-connect/registrations';
|
|
846
|
-
},
|
|
847
|
-
userinfo: function() {
|
|
848
|
-
return getRealmUrl() + '/protocol/openid-connect/userinfo';
|
|
849
|
-
}
|
|
850
|
-
};
|
|
851
|
-
} else {
|
|
852
|
-
kc.endpoints = {
|
|
853
|
-
authorize: function() {
|
|
854
|
-
return oidcConfiguration.authorization_endpoint;
|
|
855
|
-
},
|
|
856
|
-
token: function() {
|
|
857
|
-
return oidcConfiguration.token_endpoint;
|
|
858
|
-
},
|
|
859
|
-
logout: function() {
|
|
860
|
-
if (!oidcConfiguration.end_session_endpoint) {
|
|
861
|
-
throw "Not supported by the OIDC server";
|
|
862
|
-
}
|
|
863
|
-
return oidcConfiguration.end_session_endpoint;
|
|
864
|
-
},
|
|
865
|
-
checkSessionIframe: function() {
|
|
866
|
-
if (!oidcConfiguration.check_session_iframe) {
|
|
867
|
-
throw "Not supported by the OIDC server";
|
|
868
|
-
}
|
|
869
|
-
return oidcConfiguration.check_session_iframe;
|
|
870
|
-
},
|
|
871
|
-
register: function() {
|
|
872
|
-
throw 'Redirection to "Register user" page not supported in standard OIDC mode';
|
|
873
|
-
},
|
|
874
|
-
userinfo: function() {
|
|
875
|
-
if (!oidcConfiguration.userinfo_endpoint) {
|
|
876
|
-
throw "Not supported by the OIDC server";
|
|
877
|
-
}
|
|
878
|
-
return oidcConfiguration.userinfo_endpoint;
|
|
879
|
-
}
|
|
880
|
-
};
|
|
881
|
-
}
|
|
882
|
-
}
|
|
883
|
-
|
|
884
|
-
if (configUrl) {
|
|
885
|
-
var req = new XMLHttpRequest();
|
|
886
|
-
req.open('GET', configUrl, true);
|
|
887
|
-
req.setRequestHeader('Accept', 'application/json');
|
|
888
|
-
|
|
889
|
-
req.onreadystatechange = function () {
|
|
890
|
-
if (req.readyState == 4) {
|
|
891
|
-
if (req.status == 200 || fileLoaded(req)) {
|
|
892
|
-
var config = JSON.parse(req.responseText);
|
|
893
|
-
|
|
894
|
-
kc.authServerUrl = config['auth-server-url'];
|
|
895
|
-
kc.realm = config['realm'];
|
|
896
|
-
kc.clientId = config['resource'];
|
|
897
|
-
setupOidcEndoints(null);
|
|
898
|
-
promise.setSuccess();
|
|
899
|
-
} else {
|
|
900
|
-
promise.setError();
|
|
901
|
-
}
|
|
902
|
-
}
|
|
903
|
-
};
|
|
904
|
-
|
|
905
|
-
req.send();
|
|
906
|
-
} else {
|
|
907
|
-
kc.clientId = config.clientId;
|
|
908
|
-
|
|
909
|
-
var oidcProvider = config['oidcProvider'];
|
|
910
|
-
if (!oidcProvider) {
|
|
911
|
-
kc.authServerUrl = config.url;
|
|
912
|
-
kc.realm = config.realm;
|
|
913
|
-
setupOidcEndoints(null);
|
|
914
|
-
promise.setSuccess();
|
|
915
|
-
} else {
|
|
916
|
-
if (typeof oidcProvider === 'string') {
|
|
917
|
-
var oidcProviderConfigUrl;
|
|
918
|
-
if (oidcProvider.charAt(oidcProvider.length - 1) == '/') {
|
|
919
|
-
oidcProviderConfigUrl = oidcProvider + '.well-known/openid-configuration';
|
|
920
|
-
} else {
|
|
921
|
-
oidcProviderConfigUrl = oidcProvider + '/.well-known/openid-configuration';
|
|
922
|
-
}
|
|
923
|
-
var req = new XMLHttpRequest();
|
|
924
|
-
req.open('GET', oidcProviderConfigUrl, true);
|
|
925
|
-
req.setRequestHeader('Accept', 'application/json');
|
|
926
|
-
|
|
927
|
-
req.onreadystatechange = function () {
|
|
928
|
-
if (req.readyState == 4) {
|
|
929
|
-
if (req.status == 200 || fileLoaded(req)) {
|
|
930
|
-
var oidcProviderConfig = JSON.parse(req.responseText);
|
|
931
|
-
setupOidcEndoints(oidcProviderConfig);
|
|
932
|
-
promise.setSuccess();
|
|
933
|
-
} else {
|
|
934
|
-
promise.setError();
|
|
935
|
-
}
|
|
936
|
-
}
|
|
937
|
-
};
|
|
938
|
-
|
|
939
|
-
req.send();
|
|
940
|
-
} else {
|
|
941
|
-
setupOidcEndoints(oidcProvider);
|
|
942
|
-
promise.setSuccess();
|
|
943
|
-
}
|
|
944
|
-
}
|
|
945
|
-
}
|
|
946
|
-
|
|
947
|
-
return promise.promise;
|
|
948
|
-
}
|
|
949
|
-
|
|
950
|
-
function fileLoaded(xhr) {
|
|
951
|
-
return xhr.status == 0 && xhr.responseText && xhr.responseURL.startsWith('file:');
|
|
952
|
-
}
|
|
953
|
-
|
|
954
|
-
function setToken(token, refreshToken, idToken, timeLocal) {
|
|
955
|
-
if (kc.tokenTimeoutHandle) {
|
|
956
|
-
clearTimeout(kc.tokenTimeoutHandle);
|
|
957
|
-
kc.tokenTimeoutHandle = null;
|
|
958
|
-
}
|
|
959
|
-
|
|
960
|
-
if (refreshToken) {
|
|
961
|
-
kc.refreshToken = refreshToken;
|
|
962
|
-
kc.refreshTokenParsed = decodeToken(refreshToken);
|
|
963
|
-
} else {
|
|
964
|
-
delete kc.refreshToken;
|
|
965
|
-
delete kc.refreshTokenParsed;
|
|
966
|
-
}
|
|
967
|
-
|
|
968
|
-
if (idToken) {
|
|
969
|
-
kc.idToken = idToken;
|
|
970
|
-
kc.idTokenParsed = decodeToken(idToken);
|
|
971
|
-
} else {
|
|
972
|
-
delete kc.idToken;
|
|
973
|
-
delete kc.idTokenParsed;
|
|
974
|
-
}
|
|
975
|
-
|
|
976
|
-
if (token) {
|
|
977
|
-
kc.token = token;
|
|
978
|
-
kc.tokenParsed = decodeToken(token);
|
|
979
|
-
kc.sessionId = kc.tokenParsed.sid;
|
|
980
|
-
kc.authenticated = true;
|
|
981
|
-
kc.subject = kc.tokenParsed.sub;
|
|
982
|
-
kc.realmAccess = kc.tokenParsed.realm_access;
|
|
983
|
-
kc.resourceAccess = kc.tokenParsed.resource_access;
|
|
984
|
-
|
|
985
|
-
if (timeLocal) {
|
|
986
|
-
kc.timeSkew = Math.floor(timeLocal / 1000) - kc.tokenParsed.iat;
|
|
987
|
-
}
|
|
988
|
-
|
|
989
|
-
if (kc.timeSkew != null) {
|
|
990
|
-
logInfo('[KEYCLOAK] Estimated time difference between browser and server is ' + kc.timeSkew + ' seconds');
|
|
991
|
-
|
|
992
|
-
if (kc.onTokenExpired) {
|
|
993
|
-
var expiresIn = (kc.tokenParsed['exp'] - (new Date().getTime() / 1000) + kc.timeSkew) * 1000;
|
|
994
|
-
logInfo('[KEYCLOAK] Token expires in ' + Math.round(expiresIn / 1000) + ' s');
|
|
995
|
-
if (expiresIn <= 0) {
|
|
996
|
-
kc.onTokenExpired();
|
|
997
|
-
} else {
|
|
998
|
-
kc.tokenTimeoutHandle = setTimeout(kc.onTokenExpired, expiresIn);
|
|
999
|
-
}
|
|
1000
|
-
}
|
|
1001
|
-
}
|
|
1002
|
-
} else {
|
|
1003
|
-
delete kc.token;
|
|
1004
|
-
delete kc.tokenParsed;
|
|
1005
|
-
delete kc.subject;
|
|
1006
|
-
delete kc.realmAccess;
|
|
1007
|
-
delete kc.resourceAccess;
|
|
1008
|
-
|
|
1009
|
-
kc.authenticated = false;
|
|
1010
|
-
}
|
|
1011
|
-
}
|
|
1012
|
-
|
|
1013
|
-
function createUUID() {
|
|
1014
|
-
if (typeof crypto === "undefined" || typeof crypto.randomUUID === "undefined") {
|
|
1015
|
-
throw new Error("Web Crypto API is not available.");
|
|
1016
|
-
}
|
|
1017
|
-
|
|
1018
|
-
return crypto.randomUUID();
|
|
1019
|
-
}
|
|
1020
|
-
|
|
1021
|
-
function parseCallback(url) {
|
|
1022
|
-
var oauth = parseCallbackUrl(url);
|
|
1023
|
-
if (!oauth) {
|
|
1024
|
-
return;
|
|
1025
|
-
}
|
|
1026
|
-
|
|
1027
|
-
var oauthState = callbackStorage.get(oauth.state);
|
|
1028
|
-
|
|
1029
|
-
if (oauthState) {
|
|
1030
|
-
oauth.valid = true;
|
|
1031
|
-
oauth.redirectUri = oauthState.redirectUri;
|
|
1032
|
-
oauth.storedNonce = oauthState.nonce;
|
|
1033
|
-
oauth.prompt = oauthState.prompt;
|
|
1034
|
-
oauth.pkceCodeVerifier = oauthState.pkceCodeVerifier;
|
|
1035
|
-
oauth.loginOptions = oauthState.loginOptions;
|
|
1036
|
-
}
|
|
1037
|
-
|
|
1038
|
-
return oauth;
|
|
1039
|
-
}
|
|
1040
|
-
|
|
1041
|
-
function parseCallbackUrl(url) {
|
|
1042
|
-
var supportedParams;
|
|
1043
|
-
switch (kc.flow) {
|
|
1044
|
-
case 'standard':
|
|
1045
|
-
supportedParams = ['code', 'state', 'session_state', 'kc_action_status', 'kc_action', 'iss'];
|
|
1046
|
-
break;
|
|
1047
|
-
case 'implicit':
|
|
1048
|
-
supportedParams = ['access_token', 'token_type', 'id_token', 'state', 'session_state', 'expires_in', 'kc_action_status', 'kc_action', 'iss'];
|
|
1049
|
-
break;
|
|
1050
|
-
case 'hybrid':
|
|
1051
|
-
supportedParams = ['access_token', 'token_type', 'id_token', 'code', 'state', 'session_state', 'expires_in', 'kc_action_status', 'kc_action', 'iss'];
|
|
1052
|
-
break;
|
|
1053
|
-
}
|
|
1054
|
-
|
|
1055
|
-
supportedParams.push('error');
|
|
1056
|
-
supportedParams.push('error_description');
|
|
1057
|
-
supportedParams.push('error_uri');
|
|
1058
|
-
|
|
1059
|
-
var queryIndex = url.indexOf('?');
|
|
1060
|
-
var fragmentIndex = url.indexOf('#');
|
|
1061
|
-
|
|
1062
|
-
var newUrl;
|
|
1063
|
-
var parsed;
|
|
1064
|
-
|
|
1065
|
-
if (kc.responseMode === 'query' && queryIndex !== -1) {
|
|
1066
|
-
newUrl = url.substring(0, queryIndex);
|
|
1067
|
-
parsed = parseCallbackParams(url.substring(queryIndex + 1, fragmentIndex !== -1 ? fragmentIndex : url.length), supportedParams);
|
|
1068
|
-
if (parsed.paramsString !== '') {
|
|
1069
|
-
newUrl += '?' + parsed.paramsString;
|
|
1070
|
-
}
|
|
1071
|
-
if (fragmentIndex !== -1) {
|
|
1072
|
-
newUrl += url.substring(fragmentIndex);
|
|
1073
|
-
}
|
|
1074
|
-
} else if (kc.responseMode === 'fragment' && fragmentIndex !== -1) {
|
|
1075
|
-
newUrl = url.substring(0, fragmentIndex);
|
|
1076
|
-
parsed = parseCallbackParams(url.substring(fragmentIndex + 1), supportedParams);
|
|
1077
|
-
if (parsed.paramsString !== '') {
|
|
1078
|
-
newUrl += '#' + parsed.paramsString;
|
|
1079
|
-
}
|
|
1080
|
-
}
|
|
1081
|
-
|
|
1082
|
-
if (parsed && parsed.oauthParams) {
|
|
1083
|
-
if (kc.flow === 'standard' || kc.flow === 'hybrid') {
|
|
1084
|
-
if ((parsed.oauthParams.code || parsed.oauthParams.error) && parsed.oauthParams.state) {
|
|
1085
|
-
parsed.oauthParams.newUrl = newUrl;
|
|
1086
|
-
return parsed.oauthParams;
|
|
1087
|
-
}
|
|
1088
|
-
} else if (kc.flow === 'implicit') {
|
|
1089
|
-
if ((parsed.oauthParams.access_token || parsed.oauthParams.error) && parsed.oauthParams.state) {
|
|
1090
|
-
parsed.oauthParams.newUrl = newUrl;
|
|
1091
|
-
return parsed.oauthParams;
|
|
1092
|
-
}
|
|
1093
|
-
}
|
|
1094
|
-
}
|
|
1095
|
-
}
|
|
1096
|
-
|
|
1097
|
-
function parseCallbackParams(paramsString, supportedParams) {
|
|
1098
|
-
var p = paramsString.split('&');
|
|
1099
|
-
var result = {
|
|
1100
|
-
paramsString: '',
|
|
1101
|
-
oauthParams: {}
|
|
1102
|
-
};
|
|
1103
|
-
for (var i = 0; i < p.length; i++) {
|
|
1104
|
-
var split = p[i].indexOf("=");
|
|
1105
|
-
var key = p[i].slice(0, split);
|
|
1106
|
-
if (supportedParams.indexOf(key) !== -1) {
|
|
1107
|
-
result.oauthParams[key] = p[i].slice(split + 1);
|
|
1108
|
-
} else {
|
|
1109
|
-
if (result.paramsString !== '') {
|
|
1110
|
-
result.paramsString += '&';
|
|
1111
|
-
}
|
|
1112
|
-
result.paramsString += p[i];
|
|
1113
|
-
}
|
|
1114
|
-
}
|
|
1115
|
-
return result;
|
|
1116
|
-
}
|
|
1117
|
-
|
|
1118
|
-
function createPromise() {
|
|
1119
|
-
// Need to create a native Promise which also preserves the
|
|
1120
|
-
// interface of the custom promise type previously used by the API
|
|
1121
|
-
var p = {
|
|
1122
|
-
setSuccess: function(result) {
|
|
1123
|
-
p.resolve(result);
|
|
1124
|
-
},
|
|
1125
|
-
|
|
1126
|
-
setError: function(result) {
|
|
1127
|
-
p.reject(result);
|
|
1128
|
-
}
|
|
1129
|
-
};
|
|
1130
|
-
p.promise = new Promise(function(resolve, reject) {
|
|
1131
|
-
p.resolve = resolve;
|
|
1132
|
-
p.reject = reject;
|
|
1133
|
-
});
|
|
1134
|
-
|
|
1135
|
-
return p;
|
|
1136
|
-
}
|
|
1137
|
-
|
|
1138
|
-
// Function to extend existing native Promise with timeout
|
|
1139
|
-
function applyTimeoutToPromise(promise, timeout, errorMessage) {
|
|
1140
|
-
var timeoutHandle = null;
|
|
1141
|
-
var timeoutPromise = new Promise(function (resolve, reject) {
|
|
1142
|
-
timeoutHandle = setTimeout(function () {
|
|
1143
|
-
reject({ "error": errorMessage || "Promise is not settled within timeout of " + timeout + "ms" });
|
|
1144
|
-
}, timeout);
|
|
1145
|
-
});
|
|
1146
|
-
|
|
1147
|
-
return Promise.race([promise, timeoutPromise]).finally(function () {
|
|
1148
|
-
clearTimeout(timeoutHandle);
|
|
1149
|
-
});
|
|
1150
|
-
}
|
|
1151
|
-
|
|
1152
|
-
function setupCheckLoginIframe() {
|
|
1153
|
-
var promise = createPromise();
|
|
1154
|
-
|
|
1155
|
-
if (!loginIframe.enable) {
|
|
1156
|
-
promise.setSuccess();
|
|
1157
|
-
return promise.promise;
|
|
1158
|
-
}
|
|
1159
|
-
|
|
1160
|
-
if (loginIframe.iframe) {
|
|
1161
|
-
promise.setSuccess();
|
|
1162
|
-
return promise.promise;
|
|
1163
|
-
}
|
|
1164
|
-
|
|
1165
|
-
var iframe = document.createElement('iframe');
|
|
1166
|
-
loginIframe.iframe = iframe;
|
|
1167
|
-
|
|
1168
|
-
iframe.onload = function() {
|
|
1169
|
-
var authUrl = kc.endpoints.authorize();
|
|
1170
|
-
if (authUrl.charAt(0) === '/') {
|
|
1171
|
-
loginIframe.iframeOrigin = getOrigin();
|
|
1172
|
-
} else {
|
|
1173
|
-
loginIframe.iframeOrigin = authUrl.substring(0, authUrl.indexOf('/', 8));
|
|
1174
|
-
}
|
|
1175
|
-
promise.setSuccess();
|
|
1176
|
-
};
|
|
1177
|
-
|
|
1178
|
-
var src = kc.endpoints.checkSessionIframe();
|
|
1179
|
-
iframe.setAttribute('src', src );
|
|
1180
|
-
iframe.setAttribute('sandbox', 'allow-storage-access-by-user-activation allow-scripts allow-same-origin');
|
|
1181
|
-
iframe.setAttribute('title', 'keycloak-session-iframe' );
|
|
1182
|
-
iframe.style.display = 'none';
|
|
1183
|
-
document.body.appendChild(iframe);
|
|
1184
|
-
|
|
1185
|
-
var messageCallback = function(event) {
|
|
1186
|
-
if ((event.origin !== loginIframe.iframeOrigin) || (loginIframe.iframe.contentWindow !== event.source)) {
|
|
1187
|
-
return;
|
|
1188
|
-
}
|
|
1189
|
-
|
|
1190
|
-
if (!(event.data == 'unchanged' || event.data == 'changed' || event.data == 'error')) {
|
|
1191
|
-
return;
|
|
1192
|
-
}
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
if (event.data != 'unchanged') {
|
|
1196
|
-
kc.clearToken();
|
|
1197
|
-
}
|
|
1198
|
-
|
|
1199
|
-
var callbacks = loginIframe.callbackList.splice(0, loginIframe.callbackList.length);
|
|
1200
|
-
|
|
1201
|
-
for (var i = callbacks.length - 1; i >= 0; --i) {
|
|
1202
|
-
var promise = callbacks[i];
|
|
1203
|
-
if (event.data == 'error') {
|
|
1204
|
-
promise.setError();
|
|
1205
|
-
} else {
|
|
1206
|
-
promise.setSuccess(event.data == 'unchanged');
|
|
1207
|
-
}
|
|
1208
|
-
}
|
|
1209
|
-
};
|
|
1210
|
-
|
|
1211
|
-
window.addEventListener('message', messageCallback, false);
|
|
1212
|
-
|
|
1213
|
-
return promise.promise;
|
|
1214
|
-
}
|
|
1215
|
-
|
|
1216
|
-
function scheduleCheckIframe() {
|
|
1217
|
-
if (loginIframe.enable) {
|
|
1218
|
-
if (kc.token) {
|
|
1219
|
-
setTimeout(function() {
|
|
1220
|
-
checkLoginIframe().then(function(unchanged) {
|
|
1221
|
-
if (unchanged) {
|
|
1222
|
-
scheduleCheckIframe();
|
|
1223
|
-
}
|
|
1224
|
-
});
|
|
1225
|
-
}, loginIframe.interval * 1000);
|
|
1226
|
-
}
|
|
1227
|
-
}
|
|
1228
|
-
}
|
|
1229
|
-
|
|
1230
|
-
function checkLoginIframe() {
|
|
1231
|
-
var promise = createPromise();
|
|
1232
|
-
|
|
1233
|
-
if (loginIframe.iframe && loginIframe.iframeOrigin ) {
|
|
1234
|
-
var msg = kc.clientId + ' ' + (kc.sessionId ? kc.sessionId : '');
|
|
1235
|
-
loginIframe.callbackList.push(promise);
|
|
1236
|
-
var origin = loginIframe.iframeOrigin;
|
|
1237
|
-
if (loginIframe.callbackList.length == 1) {
|
|
1238
|
-
loginIframe.iframe.contentWindow.postMessage(msg, origin);
|
|
1239
|
-
}
|
|
1240
|
-
} else {
|
|
1241
|
-
promise.setSuccess();
|
|
1242
|
-
}
|
|
1243
|
-
|
|
1244
|
-
return promise.promise;
|
|
1245
|
-
}
|
|
1246
|
-
|
|
1247
|
-
function check3pCookiesSupported() {
|
|
1248
|
-
var promise = createPromise();
|
|
1249
|
-
|
|
1250
|
-
if (loginIframe.enable || kc.silentCheckSsoRedirectUri) {
|
|
1251
|
-
var iframe = document.createElement('iframe');
|
|
1252
|
-
iframe.setAttribute('src', kc.endpoints.thirdPartyCookiesIframe());
|
|
1253
|
-
iframe.setAttribute('sandbox', 'allow-storage-access-by-user-activation allow-scripts allow-same-origin');
|
|
1254
|
-
iframe.setAttribute('title', 'keycloak-3p-check-iframe' );
|
|
1255
|
-
iframe.style.display = 'none';
|
|
1256
|
-
document.body.appendChild(iframe);
|
|
1257
|
-
|
|
1258
|
-
var messageCallback = function(event) {
|
|
1259
|
-
if (iframe.contentWindow !== event.source) {
|
|
1260
|
-
return;
|
|
1261
|
-
}
|
|
1262
|
-
|
|
1263
|
-
if (event.data !== "supported" && event.data !== "unsupported") {
|
|
1264
|
-
return;
|
|
1265
|
-
} else if (event.data === "unsupported") {
|
|
1266
|
-
logWarn(
|
|
1267
|
-
"[KEYCLOAK] Your browser is blocking access to 3rd-party cookies, this means:\n\n" +
|
|
1268
|
-
" - It is not possible to retrieve tokens without redirecting to the Keycloak server (a.k.a. no support for silent authentication).\n" +
|
|
1269
|
-
" - It is not possible to automatically detect changes to the session status (such as the user logging out in another tab).\n\n" +
|
|
1270
|
-
"For more information see: https://www.keycloak.org/docs/latest/securing_apps/#_modern_browsers"
|
|
1271
|
-
);
|
|
1272
|
-
|
|
1273
|
-
loginIframe.enable = false;
|
|
1274
|
-
if (kc.silentCheckSsoFallback) {
|
|
1275
|
-
kc.silentCheckSsoRedirectUri = false;
|
|
1276
|
-
}
|
|
1277
|
-
}
|
|
1278
|
-
|
|
1279
|
-
document.body.removeChild(iframe);
|
|
1280
|
-
window.removeEventListener("message", messageCallback);
|
|
1281
|
-
promise.setSuccess();
|
|
1282
|
-
};
|
|
1283
|
-
|
|
1284
|
-
window.addEventListener('message', messageCallback, false);
|
|
1285
|
-
} else {
|
|
1286
|
-
promise.setSuccess();
|
|
1287
|
-
}
|
|
1288
|
-
|
|
1289
|
-
return applyTimeoutToPromise(promise.promise, kc.messageReceiveTimeout, "Timeout when waiting for 3rd party check iframe message.");
|
|
1290
|
-
}
|
|
1291
|
-
|
|
1292
|
-
function loadAdapter(type) {
|
|
1293
|
-
if (!type || type == 'default') {
|
|
1294
|
-
return {
|
|
1295
|
-
login: async function(options) {
|
|
1296
|
-
window.location.assign(await kc.createLoginUrl(options));
|
|
1297
|
-
return createPromise().promise;
|
|
1298
|
-
},
|
|
1299
|
-
|
|
1300
|
-
logout: async function(options) {
|
|
1301
|
-
|
|
1302
|
-
const logoutMethod = options?.logoutMethod ?? kc.logoutMethod;
|
|
1303
|
-
if (logoutMethod === "GET") {
|
|
1304
|
-
window.location.replace(kc.createLogoutUrl(options));
|
|
1305
|
-
return;
|
|
1306
|
-
}
|
|
1307
|
-
|
|
1308
|
-
const logoutUrl = kc.createLogoutUrl(options);
|
|
1309
|
-
const response = await fetch(logoutUrl, {
|
|
1310
|
-
method: "POST",
|
|
1311
|
-
headers: {
|
|
1312
|
-
"Content-Type": "application/x-www-form-urlencoded"
|
|
1313
|
-
},
|
|
1314
|
-
body: new URLSearchParams({
|
|
1315
|
-
id_token_hint: kc.idToken,
|
|
1316
|
-
client_id: kc.clientId,
|
|
1317
|
-
post_logout_redirect_uri: adapter.redirectUri(options, false)
|
|
1318
|
-
})
|
|
1319
|
-
});
|
|
1320
|
-
|
|
1321
|
-
if (response.redirected) {
|
|
1322
|
-
window.location.href = response.url;
|
|
1323
|
-
return;
|
|
1324
|
-
}
|
|
1325
|
-
|
|
1326
|
-
if (response.ok) {
|
|
1327
|
-
window.location.reload();
|
|
1328
|
-
return;
|
|
1329
|
-
}
|
|
1330
|
-
|
|
1331
|
-
throw new Error("Logout failed, request returned an error code.");
|
|
1332
|
-
},
|
|
1333
|
-
|
|
1334
|
-
register: function(options) {
|
|
1335
|
-
window.location.assign(kc.createRegisterUrl(options));
|
|
1336
|
-
return createPromise().promise;
|
|
1337
|
-
},
|
|
1338
|
-
|
|
1339
|
-
accountManagement : function() {
|
|
1340
|
-
var accountUrl = kc.createAccountUrl();
|
|
1341
|
-
if (typeof accountUrl !== 'undefined') {
|
|
1342
|
-
window.location.href = accountUrl;
|
|
1343
|
-
} else {
|
|
1344
|
-
throw "Not supported by the OIDC server";
|
|
1345
|
-
}
|
|
1346
|
-
return createPromise().promise;
|
|
1347
|
-
},
|
|
1348
|
-
|
|
1349
|
-
redirectUri: function(options, encodeHash) {
|
|
1350
|
-
if (arguments.length == 1) {
|
|
1351
|
-
encodeHash = true;
|
|
1352
|
-
}
|
|
1353
|
-
|
|
1354
|
-
if (options && options.redirectUri) {
|
|
1355
|
-
return options.redirectUri;
|
|
1356
|
-
} else if (kc.redirectUri) {
|
|
1357
|
-
return kc.redirectUri;
|
|
1358
|
-
} else {
|
|
1359
|
-
return location.href;
|
|
1360
|
-
}
|
|
1361
|
-
}
|
|
1362
|
-
};
|
|
1363
|
-
}
|
|
1364
|
-
|
|
1365
|
-
if (type == 'cordova') {
|
|
1366
|
-
loginIframe.enable = false;
|
|
1367
|
-
var cordovaOpenWindowWrapper = function(loginUrl, target, options) {
|
|
1368
|
-
if (window.cordova && window.cordova.InAppBrowser) {
|
|
1369
|
-
// Use inappbrowser for IOS and Android if available
|
|
1370
|
-
return window.cordova.InAppBrowser.open(loginUrl, target, options);
|
|
1371
|
-
} else {
|
|
1372
|
-
return window.open(loginUrl, target, options);
|
|
1373
|
-
}
|
|
1374
|
-
};
|
|
1375
|
-
|
|
1376
|
-
var shallowCloneCordovaOptions = function (userOptions) {
|
|
1377
|
-
if (userOptions && userOptions.cordovaOptions) {
|
|
1378
|
-
return Object.keys(userOptions.cordovaOptions).reduce(function (options, optionName) {
|
|
1379
|
-
options[optionName] = userOptions.cordovaOptions[optionName];
|
|
1380
|
-
return options;
|
|
1381
|
-
}, {});
|
|
1382
|
-
} else {
|
|
1383
|
-
return {};
|
|
1384
|
-
}
|
|
1385
|
-
};
|
|
1386
|
-
|
|
1387
|
-
var formatCordovaOptions = function (cordovaOptions) {
|
|
1388
|
-
return Object.keys(cordovaOptions).reduce(function (options, optionName) {
|
|
1389
|
-
options.push(optionName+"="+cordovaOptions[optionName]);
|
|
1390
|
-
return options;
|
|
1391
|
-
}, []).join(",");
|
|
1392
|
-
};
|
|
1393
|
-
|
|
1394
|
-
var createCordovaOptions = function (userOptions) {
|
|
1395
|
-
var cordovaOptions = shallowCloneCordovaOptions(userOptions);
|
|
1396
|
-
cordovaOptions.location = 'no';
|
|
1397
|
-
if (userOptions && userOptions.prompt == 'none') {
|
|
1398
|
-
cordovaOptions.hidden = 'yes';
|
|
1399
|
-
}
|
|
1400
|
-
return formatCordovaOptions(cordovaOptions);
|
|
1401
|
-
};
|
|
1402
|
-
|
|
1403
|
-
var getCordovaRedirectUri = function() {
|
|
1404
|
-
return kc.redirectUri || 'http://localhost';
|
|
1405
|
-
};
|
|
1406
|
-
|
|
1407
|
-
return {
|
|
1408
|
-
login: async function(options) {
|
|
1409
|
-
var promise = createPromise();
|
|
1410
|
-
|
|
1411
|
-
var cordovaOptions = createCordovaOptions(options);
|
|
1412
|
-
var loginUrl = await kc.createLoginUrl(options);
|
|
1413
|
-
var ref = cordovaOpenWindowWrapper(loginUrl, '_blank', cordovaOptions);
|
|
1414
|
-
var completed = false;
|
|
1415
|
-
|
|
1416
|
-
var closed = false;
|
|
1417
|
-
var closeBrowser = function() {
|
|
1418
|
-
closed = true;
|
|
1419
|
-
ref.close();
|
|
1420
|
-
};
|
|
1421
|
-
|
|
1422
|
-
ref.addEventListener('loadstart', function(event) {
|
|
1423
|
-
if (event.url.indexOf(getCordovaRedirectUri()) == 0) {
|
|
1424
|
-
var callback = parseCallback(event.url);
|
|
1425
|
-
processCallback(callback, promise);
|
|
1426
|
-
closeBrowser();
|
|
1427
|
-
completed = true;
|
|
1428
|
-
}
|
|
1429
|
-
});
|
|
1430
|
-
|
|
1431
|
-
ref.addEventListener('loaderror', function(event) {
|
|
1432
|
-
if (!completed) {
|
|
1433
|
-
if (event.url.indexOf(getCordovaRedirectUri()) == 0) {
|
|
1434
|
-
var callback = parseCallback(event.url);
|
|
1435
|
-
processCallback(callback, promise);
|
|
1436
|
-
closeBrowser();
|
|
1437
|
-
completed = true;
|
|
1438
|
-
} else {
|
|
1439
|
-
promise.setError();
|
|
1440
|
-
closeBrowser();
|
|
1441
|
-
}
|
|
1442
|
-
}
|
|
1443
|
-
});
|
|
1444
|
-
|
|
1445
|
-
ref.addEventListener('exit', function(event) {
|
|
1446
|
-
if (!closed) {
|
|
1447
|
-
promise.setError({
|
|
1448
|
-
reason: "closed_by_user"
|
|
1449
|
-
});
|
|
1450
|
-
}
|
|
1451
|
-
});
|
|
1452
|
-
|
|
1453
|
-
return promise.promise;
|
|
1454
|
-
},
|
|
1455
|
-
|
|
1456
|
-
logout: function(options) {
|
|
1457
|
-
var promise = createPromise();
|
|
1458
|
-
|
|
1459
|
-
var logoutUrl = kc.createLogoutUrl(options);
|
|
1460
|
-
var ref = cordovaOpenWindowWrapper(logoutUrl, '_blank', 'location=no,hidden=yes,clearcache=yes');
|
|
1461
|
-
|
|
1462
|
-
var error;
|
|
1463
|
-
|
|
1464
|
-
ref.addEventListener('loadstart', function(event) {
|
|
1465
|
-
if (event.url.indexOf(getCordovaRedirectUri()) == 0) {
|
|
1466
|
-
ref.close();
|
|
1467
|
-
}
|
|
1468
|
-
});
|
|
1469
|
-
|
|
1470
|
-
ref.addEventListener('loaderror', function(event) {
|
|
1471
|
-
if (event.url.indexOf(getCordovaRedirectUri()) == 0) {
|
|
1472
|
-
ref.close();
|
|
1473
|
-
} else {
|
|
1474
|
-
error = true;
|
|
1475
|
-
ref.close();
|
|
1476
|
-
}
|
|
1477
|
-
});
|
|
1478
|
-
|
|
1479
|
-
ref.addEventListener('exit', function(event) {
|
|
1480
|
-
if (error) {
|
|
1481
|
-
promise.setError();
|
|
1482
|
-
} else {
|
|
1483
|
-
kc.clearToken();
|
|
1484
|
-
promise.setSuccess();
|
|
1485
|
-
}
|
|
1486
|
-
});
|
|
1487
|
-
|
|
1488
|
-
return promise.promise;
|
|
1489
|
-
},
|
|
1490
|
-
|
|
1491
|
-
register : function(options) {
|
|
1492
|
-
var promise = createPromise();
|
|
1493
|
-
var registerUrl = kc.createRegisterUrl();
|
|
1494
|
-
var cordovaOptions = createCordovaOptions(options);
|
|
1495
|
-
var ref = cordovaOpenWindowWrapper(registerUrl, '_blank', cordovaOptions);
|
|
1496
|
-
ref.addEventListener('loadstart', function(event) {
|
|
1497
|
-
if (event.url.indexOf(getCordovaRedirectUri()) == 0) {
|
|
1498
|
-
ref.close();
|
|
1499
|
-
var oauth = parseCallback(event.url);
|
|
1500
|
-
processCallback(oauth, promise);
|
|
1501
|
-
}
|
|
1502
|
-
});
|
|
1503
|
-
return promise.promise;
|
|
1504
|
-
},
|
|
1505
|
-
|
|
1506
|
-
accountManagement : function() {
|
|
1507
|
-
var accountUrl = kc.createAccountUrl();
|
|
1508
|
-
if (typeof accountUrl !== 'undefined') {
|
|
1509
|
-
var ref = cordovaOpenWindowWrapper(accountUrl, '_blank', 'location=no');
|
|
1510
|
-
ref.addEventListener('loadstart', function(event) {
|
|
1511
|
-
if (event.url.indexOf(getCordovaRedirectUri()) == 0) {
|
|
1512
|
-
ref.close();
|
|
1513
|
-
}
|
|
1514
|
-
});
|
|
1515
|
-
} else {
|
|
1516
|
-
throw "Not supported by the OIDC server";
|
|
1517
|
-
}
|
|
1518
|
-
},
|
|
1519
|
-
|
|
1520
|
-
redirectUri: function(options) {
|
|
1521
|
-
return getCordovaRedirectUri();
|
|
1522
|
-
}
|
|
1523
|
-
}
|
|
1524
|
-
}
|
|
1525
|
-
|
|
1526
|
-
if (type == 'cordova-native') {
|
|
1527
|
-
loginIframe.enable = false;
|
|
1528
|
-
|
|
1529
|
-
return {
|
|
1530
|
-
login: async function(options) {
|
|
1531
|
-
var promise = createPromise();
|
|
1532
|
-
var loginUrl = await kc.createLoginUrl(options);
|
|
1533
|
-
|
|
1534
|
-
universalLinks.subscribe('keycloak', function(event) {
|
|
1535
|
-
universalLinks.unsubscribe('keycloak');
|
|
1536
|
-
window.cordova.plugins.browsertab.close();
|
|
1537
|
-
var oauth = parseCallback(event.url);
|
|
1538
|
-
processCallback(oauth, promise);
|
|
1539
|
-
});
|
|
1540
|
-
|
|
1541
|
-
window.cordova.plugins.browsertab.openUrl(loginUrl);
|
|
1542
|
-
return promise.promise;
|
|
1543
|
-
},
|
|
1544
|
-
|
|
1545
|
-
logout: function(options) {
|
|
1546
|
-
var promise = createPromise();
|
|
1547
|
-
var logoutUrl = kc.createLogoutUrl(options);
|
|
1548
|
-
|
|
1549
|
-
universalLinks.subscribe('keycloak', function(event) {
|
|
1550
|
-
universalLinks.unsubscribe('keycloak');
|
|
1551
|
-
window.cordova.plugins.browsertab.close();
|
|
1552
|
-
kc.clearToken();
|
|
1553
|
-
promise.setSuccess();
|
|
1554
|
-
});
|
|
1555
|
-
|
|
1556
|
-
window.cordova.plugins.browsertab.openUrl(logoutUrl);
|
|
1557
|
-
return promise.promise;
|
|
1558
|
-
},
|
|
1559
|
-
|
|
1560
|
-
register : function(options) {
|
|
1561
|
-
var promise = createPromise();
|
|
1562
|
-
var registerUrl = kc.createRegisterUrl(options);
|
|
1563
|
-
universalLinks.subscribe('keycloak' , function(event) {
|
|
1564
|
-
universalLinks.unsubscribe('keycloak');
|
|
1565
|
-
window.cordova.plugins.browsertab.close();
|
|
1566
|
-
var oauth = parseCallback(event.url);
|
|
1567
|
-
processCallback(oauth, promise);
|
|
1568
|
-
});
|
|
1569
|
-
window.cordova.plugins.browsertab.openUrl(registerUrl);
|
|
1570
|
-
return promise.promise;
|
|
1571
|
-
|
|
1572
|
-
},
|
|
1573
|
-
|
|
1574
|
-
accountManagement : function() {
|
|
1575
|
-
var accountUrl = kc.createAccountUrl();
|
|
1576
|
-
if (typeof accountUrl !== 'undefined') {
|
|
1577
|
-
window.cordova.plugins.browsertab.openUrl(accountUrl);
|
|
1578
|
-
} else {
|
|
1579
|
-
throw "Not supported by the OIDC server";
|
|
1580
|
-
}
|
|
1581
|
-
},
|
|
1582
|
-
|
|
1583
|
-
redirectUri: function(options) {
|
|
1584
|
-
if (options && options.redirectUri) {
|
|
1585
|
-
return options.redirectUri;
|
|
1586
|
-
} else if (kc.redirectUri) {
|
|
1587
|
-
return kc.redirectUri;
|
|
1588
|
-
} else {
|
|
1589
|
-
return "http://localhost";
|
|
1590
|
-
}
|
|
1591
|
-
}
|
|
1592
|
-
}
|
|
1593
|
-
}
|
|
1594
|
-
|
|
1595
|
-
throw 'invalid adapter type: ' + type;
|
|
1596
|
-
}
|
|
1597
|
-
|
|
1598
|
-
var LocalStorage = function() {
|
|
1599
|
-
if (!(this instanceof LocalStorage)) {
|
|
1600
|
-
return new LocalStorage();
|
|
1601
|
-
}
|
|
1602
|
-
|
|
1603
|
-
localStorage.setItem('kc-test', 'test');
|
|
1604
|
-
localStorage.removeItem('kc-test');
|
|
1605
|
-
|
|
1606
|
-
var cs = this;
|
|
1607
|
-
|
|
1608
|
-
function clearExpired() {
|
|
1609
|
-
var time = new Date().getTime();
|
|
1610
|
-
for (var i = 0; i < localStorage.length; i++) {
|
|
1611
|
-
var key = localStorage.key(i);
|
|
1612
|
-
if (key && key.indexOf('kc-callback-') == 0) {
|
|
1613
|
-
var value = localStorage.getItem(key);
|
|
1614
|
-
if (value) {
|
|
1615
|
-
try {
|
|
1616
|
-
var expires = JSON.parse(value).expires;
|
|
1617
|
-
if (!expires || expires < time) {
|
|
1618
|
-
localStorage.removeItem(key);
|
|
1619
|
-
}
|
|
1620
|
-
} catch (err) {
|
|
1621
|
-
localStorage.removeItem(key);
|
|
1622
|
-
}
|
|
1623
|
-
}
|
|
1624
|
-
}
|
|
1625
|
-
}
|
|
1626
|
-
}
|
|
1627
|
-
|
|
1628
|
-
cs.get = function(state) {
|
|
1629
|
-
if (!state) {
|
|
1630
|
-
return;
|
|
1631
|
-
}
|
|
1632
|
-
|
|
1633
|
-
var key = 'kc-callback-' + state;
|
|
1634
|
-
var value = localStorage.getItem(key);
|
|
1635
|
-
if (value) {
|
|
1636
|
-
localStorage.removeItem(key);
|
|
1637
|
-
value = JSON.parse(value);
|
|
1638
|
-
}
|
|
1639
|
-
|
|
1640
|
-
clearExpired();
|
|
1641
|
-
return value;
|
|
1642
|
-
};
|
|
1643
|
-
|
|
1644
|
-
cs.add = function(state) {
|
|
1645
|
-
clearExpired();
|
|
1646
|
-
|
|
1647
|
-
var key = 'kc-callback-' + state.state;
|
|
1648
|
-
state.expires = new Date().getTime() + (60 * 60 * 1000);
|
|
1649
|
-
localStorage.setItem(key, JSON.stringify(state));
|
|
1650
|
-
};
|
|
1651
|
-
};
|
|
1652
|
-
|
|
1653
|
-
var CookieStorage = function() {
|
|
1654
|
-
if (!(this instanceof CookieStorage)) {
|
|
1655
|
-
return new CookieStorage();
|
|
1656
|
-
}
|
|
1657
|
-
|
|
1658
|
-
var cs = this;
|
|
1659
|
-
|
|
1660
|
-
cs.get = function(state) {
|
|
1661
|
-
if (!state) {
|
|
1662
|
-
return;
|
|
1663
|
-
}
|
|
1664
|
-
|
|
1665
|
-
var value = getCookie('kc-callback-' + state);
|
|
1666
|
-
setCookie('kc-callback-' + state, '', cookieExpiration(-100));
|
|
1667
|
-
if (value) {
|
|
1668
|
-
return JSON.parse(value);
|
|
1669
|
-
}
|
|
1670
|
-
};
|
|
1671
|
-
|
|
1672
|
-
cs.add = function(state) {
|
|
1673
|
-
setCookie('kc-callback-' + state.state, JSON.stringify(state), cookieExpiration(60));
|
|
1674
|
-
};
|
|
1675
|
-
|
|
1676
|
-
cs.removeItem = function(key) {
|
|
1677
|
-
setCookie(key, '', cookieExpiration(-100));
|
|
1678
|
-
};
|
|
1679
|
-
|
|
1680
|
-
var cookieExpiration = function (minutes) {
|
|
1681
|
-
var exp = new Date();
|
|
1682
|
-
exp.setTime(exp.getTime() + (minutes*60*1000));
|
|
1683
|
-
return exp;
|
|
1684
|
-
};
|
|
1685
|
-
|
|
1686
|
-
var getCookie = function (key) {
|
|
1687
|
-
var name = key + '=';
|
|
1688
|
-
var ca = document.cookie.split(';');
|
|
1689
|
-
for (var i = 0; i < ca.length; i++) {
|
|
1690
|
-
var c = ca[i];
|
|
1691
|
-
while (c.charAt(0) == ' ') {
|
|
1692
|
-
c = c.substring(1);
|
|
1693
|
-
}
|
|
1694
|
-
if (c.indexOf(name) == 0) {
|
|
1695
|
-
return c.substring(name.length, c.length);
|
|
1696
|
-
}
|
|
1697
|
-
}
|
|
1698
|
-
return '';
|
|
1699
|
-
};
|
|
1700
|
-
|
|
1701
|
-
var setCookie = function (key, value, expirationDate) {
|
|
1702
|
-
var cookie = key + '=' + value + '; '
|
|
1703
|
-
+ 'expires=' + expirationDate.toUTCString() + '; ';
|
|
1704
|
-
document.cookie = cookie;
|
|
1705
|
-
};
|
|
1706
|
-
};
|
|
1707
|
-
|
|
1708
|
-
function createCallbackStorage() {
|
|
1709
|
-
try {
|
|
1710
|
-
return new LocalStorage();
|
|
1711
|
-
} catch (err) {
|
|
1712
|
-
}
|
|
1713
|
-
|
|
1714
|
-
return new CookieStorage();
|
|
1715
|
-
}
|
|
1716
|
-
|
|
1717
|
-
function createLogger(fn) {
|
|
1718
|
-
return function() {
|
|
1719
|
-
if (kc.enableLogging) {
|
|
1720
|
-
fn.apply(console, Array.prototype.slice.call(arguments));
|
|
1721
|
-
}
|
|
1722
|
-
};
|
|
1723
|
-
}
|
|
1724
|
-
}
|
|
1725
|
-
|
|
1726
|
-
/**
|
|
1727
|
-
* @param {ArrayBuffer} bytes
|
|
1728
|
-
* @see https://developer.mozilla.org/en-US/docs/Glossary/Base64#the_unicode_problem
|
|
1729
|
-
*/
|
|
1730
|
-
function bytesToBase64(bytes) {
|
|
1731
|
-
const binString = String.fromCodePoint(...bytes);
|
|
1732
|
-
return btoa(binString);
|
|
1733
|
-
}
|
|
1734
|
-
|
|
1735
|
-
/**
|
|
1736
|
-
* @param {string} message
|
|
1737
|
-
* @see https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto/digest#basic_example
|
|
1738
|
-
*/
|
|
1739
|
-
async function sha256Digest(message) {
|
|
1740
|
-
const encoder = new TextEncoder();
|
|
1741
|
-
const data = encoder.encode(message);
|
|
1742
|
-
|
|
1743
|
-
if (typeof crypto === "undefined" || typeof crypto.subtle === "undefined") {
|
|
1744
|
-
throw new Error("Web Crypto API is not available.");
|
|
1745
|
-
}
|
|
1746
|
-
|
|
1747
|
-
return await crypto.subtle.digest("SHA-256", data);
|
|
1748
|
-
}
|
|
1749
|
-
|
|
1750
|
-
/**
|
|
1751
|
-
* @param {string} token
|
|
1752
|
-
*/
|
|
1753
|
-
function decodeToken(token) {
|
|
1754
|
-
const [header, payload] = token.split(".");
|
|
1755
|
-
|
|
1756
|
-
if (typeof payload !== "string") {
|
|
1757
|
-
throw new Error("Unable to decode token, payload not found.");
|
|
1758
|
-
}
|
|
1759
|
-
|
|
1760
|
-
let decoded;
|
|
1761
|
-
|
|
1762
|
-
try {
|
|
1763
|
-
decoded = base64UrlDecode(payload);
|
|
1764
|
-
} catch (error) {
|
|
1765
|
-
throw new Error("Unable to decode token, payload is not a valid Base64URL value.", { cause: error });
|
|
1766
|
-
}
|
|
1767
|
-
|
|
1768
|
-
try {
|
|
1769
|
-
return JSON.parse(decoded);
|
|
1770
|
-
} catch (error) {
|
|
1771
|
-
throw new Error("Unable to decode token, payload is not a valid JSON value.", { cause: error });
|
|
1772
|
-
}
|
|
1773
|
-
}
|
|
1774
|
-
|
|
1775
|
-
/**
|
|
1776
|
-
* @param {string} input
|
|
1777
|
-
*/
|
|
1778
|
-
function base64UrlDecode(input) {
|
|
1779
|
-
let output = input
|
|
1780
|
-
.replaceAll("-", "+")
|
|
1781
|
-
.replaceAll("_", "/");
|
|
1782
|
-
|
|
1783
|
-
switch (output.length % 4) {
|
|
1784
|
-
case 0:
|
|
1785
|
-
break;
|
|
1786
|
-
case 2:
|
|
1787
|
-
output += "==";
|
|
1788
|
-
break;
|
|
1789
|
-
case 3:
|
|
1790
|
-
output += "=";
|
|
1791
|
-
break;
|
|
1792
|
-
default:
|
|
1793
|
-
throw new Error("Input is not of the correct length.");
|
|
1794
|
-
}
|
|
1795
|
-
|
|
1796
|
-
try {
|
|
1797
|
-
return b64DecodeUnicode(output);
|
|
1798
|
-
} catch (error) {
|
|
1799
|
-
return atob(output);
|
|
1800
|
-
}
|
|
1801
|
-
}
|
|
1802
|
-
|
|
1803
|
-
/**
|
|
1804
|
-
* @param {string} input
|
|
1805
|
-
*/
|
|
1806
|
-
function b64DecodeUnicode(input) {
|
|
1807
|
-
return decodeURIComponent(atob(input).replace(/(.)/g, (m, p) => {
|
|
1808
|
-
let code = p.charCodeAt(0).toString(16).toUpperCase();
|
|
1809
|
-
|
|
1810
|
-
if (code.length < 2) {
|
|
1811
|
-
code = "0" + code;
|
|
1812
|
-
}
|
|
1813
|
-
|
|
1814
|
-
return "%" + code;
|
|
1815
|
-
}));
|
|
1816
|
-
}
|
|
1817
|
-
|
|
1818
|
-
/**
|
|
1819
|
-
* Check if the input is an object that can be operated on.
|
|
1820
|
-
* @param {unknown} input
|
|
1821
|
-
*/
|
|
1822
|
-
function isObject(input) {
|
|
1823
|
-
return typeof input === 'object' && input !== null;
|
|
1824
|
-
}
|
|
1825
|
-
|
|
1826
|
-
let keycloak = null;
|
|
1827
|
-
// Initialize Keycloak with an optional silent check
|
|
1828
|
-
function initKeycloak(config, silentCheck = true) {
|
|
1829
|
-
if (!keycloak) {
|
|
1830
|
-
keycloak = new Keycloak({
|
|
1831
|
-
url: config.url,
|
|
1832
|
-
realm: config.realm,
|
|
1833
|
-
clientId: config.clientId
|
|
1834
|
-
});
|
|
1835
|
-
}
|
|
1836
|
-
return keycloak
|
|
1837
|
-
.init({
|
|
1838
|
-
onLoad: silentCheck ? 'check-sso' : 'login-required',
|
|
1839
|
-
checkLoginIframe: false
|
|
1840
|
-
//silentCheckSsoRedirectUri: `${window.location.origin}/silent-check-sso.html`, // Ensure this file is set up
|
|
1841
|
-
})
|
|
1842
|
-
.then((authenticated) => authenticated)
|
|
1843
|
-
.catch((error) => {
|
|
1844
|
-
// eslint-disable-next-line
|
|
1845
|
-
console.error('Failed to initialize Keycloak:', error);
|
|
1846
|
-
return false;
|
|
1847
|
-
});
|
|
1848
|
-
}
|
|
1849
|
-
// Get the username of the authenticated user
|
|
1850
|
-
function getUsername() {
|
|
1851
|
-
if (keycloak && keycloak.tokenParsed) {
|
|
1852
|
-
return keycloak.tokenParsed.preferred_username || 'Unknown';
|
|
1853
|
-
}
|
|
1854
|
-
return 'Unknown';
|
|
1855
|
-
}
|
|
1856
|
-
function getUser() {
|
|
1857
|
-
if ((keycloak === null || keycloak === void 0 ? void 0 : keycloak.authenticated) && (keycloak === null || keycloak === void 0 ? void 0 : keycloak.idTokenParsed)) {
|
|
1858
|
-
return {
|
|
1859
|
-
fullname: keycloak.idTokenParsed.name,
|
|
1860
|
-
email: keycloak.idTokenParsed.email,
|
|
1861
|
-
lastname: keycloak.idTokenParsed.family_name,
|
|
1862
|
-
firstname: keycloak.idTokenParsed.given_name,
|
|
1863
|
-
username: keycloak.idTokenParsed.preferred_username,
|
|
1864
|
-
background: 'grey', // Optional custom value
|
|
1865
|
-
token: keycloak.token,
|
|
1866
|
-
sub: keycloak.idTokenParsed.sub
|
|
1867
|
-
};
|
|
1868
|
-
}
|
|
1869
|
-
return {};
|
|
1870
|
-
}
|
|
1871
|
-
// Log in the user
|
|
1872
|
-
function login() {
|
|
1873
|
-
if (keycloak) {
|
|
1874
|
-
keycloak.login();
|
|
1875
|
-
}
|
|
1876
|
-
else {
|
|
1877
|
-
// eslint-disable-next-line
|
|
1878
|
-
console.error('Keycloak is not initialized.');
|
|
1879
|
-
}
|
|
1880
|
-
}
|
|
1881
|
-
// Log out the user
|
|
1882
|
-
function logout() {
|
|
1883
|
-
if (keycloak) {
|
|
1884
|
-
keycloak.logout();
|
|
1885
|
-
}
|
|
1886
|
-
else {
|
|
1887
|
-
// eslint-disable-next-line
|
|
1888
|
-
console.error('Keycloak is not initialized.');
|
|
1889
|
-
}
|
|
1890
|
-
}
|
|
1891
|
-
// Check if the user is authenticated
|
|
1892
|
-
function isAuthenticated() {
|
|
1893
|
-
return !!(keycloak === null || keycloak === void 0 ? void 0 : keycloak.authenticated);
|
|
1894
|
-
}
|
|
1895
|
-
async function checkServerAvailability(url) {
|
|
1896
|
-
try {
|
|
1897
|
-
const response = await fetch(url, { method: 'HEAD', mode: 'no-cors' });
|
|
1898
|
-
return response.ok || response.type === 'opaque';
|
|
1899
|
-
}
|
|
1900
|
-
catch (_a) {
|
|
1901
|
-
return false;
|
|
1902
|
-
}
|
|
1903
|
-
}
|
|
1904
|
-
|
|
1905
|
-
exports.checkServerAvailability = checkServerAvailability;
|
|
1906
|
-
exports.getUser = getUser;
|
|
1907
|
-
exports.initKeycloak = initKeycloak;
|
|
1908
|
-
exports.isAuthenticated = isAuthenticated;
|
|
1909
|
-
exports.login = login;
|
|
1910
|
-
exports.logout = logout;
|