Skip to main content

<ThunderIDOrganizationList />

The ThunderIDOrganizationList component renders a list of all organizations the authenticated user belongs to, allowing the user to select and switch into one. It is auto-registered by the Nuxt module.

Usage

pages/orgs.vue
<script setup lang="ts">
definePageMeta({ middleware: 'auth' })
</script>

<template>
<ThunderIDOrganizationList />
</template>

Props

PropTypeRequiredDescription
appearanceAppearanceCustomize the component's visual appearance
preferencesPreferencesCustomization options for i18n and theming
ThunderID LogoThunderID Logo

Product

DocsAPIsSDKs
© WSO2 LLC. All rights reserved.Privacy PolicyCookie Policy