Add Vue integration guide and application creation wizard#66
Merged
brionmario merged 1 commit intowso2-extensions:nextfrom Apr 12, 2026
Merged
Add Vue integration guide and application creation wizard#66brionmario merged 1 commit intowso2-extensions:nextfrom
brionmario merged 1 commit intowso2-extensions:nextfrom
Conversation
brionmario
previously approved these changes
Apr 9, 2026
Member
|
@DilshanSenarath Can you please review this? |
88e5af3 to
78ef991
Compare
DilshanSenarath
previously approved these changes
Apr 10, 2026
4c47ca1 to
19d5fba
Compare
d8d9ca9 to
d3f14bb
Compare
d3f14bb to
2771c73
Compare
brionmario
approved these changes
Apr 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose
This pull request introduces a new integration template for Vue applications within the project. It adds all the necessary configuration, metadata, and resource files to support Vue app onboarding, configuration, and quick-start guidance in the integrations module.
Key changes include:
Addition of Vue Application Integration Template:
vue-applicationdirectory with its ownpom.xml, enabling build and packaging support for this template. [1] [2]pom.xmlto ensure it is included in the build process.Resource and Metadata Configuration:
info.jsondescribing the Vue template, including its metadata (name, description, tags, image, etc.), and marking it as a new feature.metadata.jsonto define the UI forms, field behaviors, guides, and tab configuration for creating and editing Vue applications in the integration UI. This includes quick-start instructions and protocol-specific configuration.template.jsonfile specifying the default payload for new Vue applications, including authentication sequence, OIDC protocol settings, claims, and advanced configurations.Goals
Approach
User stories
Release note
Documentation
Training
Certification
Marketing
Automation tests
Security checks
Samples
Related PRs
Migrations (if applicable)
Test environment
Learning