Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configuration of the B2B sample application is refactored #381

Merged
merged 17 commits into from
Nov 8, 2022

Conversation

Achintha444
Copy link
Contributor

Purpose

Configurations of the B2B sample application is refactored to the following.

{
    "AuthorizationConfig": {
        "BaseOrganizationUrl": "<PARENT ORGANIZATION URL> ex: https://dev.api.asgardeo.io/t/guardio",
        "ClientId": "<CLIENT ID>",
        "ClientSecret": "<CLIENT SECRET>"
    },
    "ApplicationConfig": {
        "HostedUrl": "http://localhost:3000",
        "APIScopes": [
            "openid",
            "email",
            "profile",
            "internal_login",
            "internal_user_mgt_view",
            "internal_user_mgt_list",
            "internal_user_mgt_update",
            "internal_user_mgt_delete",
            "internal_user_mgt_create",
            "internal_idp_view",
            "internal_idp_create",
            "internal_idp_update",
            "internal_idp_delete",
            "internal_application_mgt_view",
            "internal_application_mgt_update",
            "internal_organization_view",
            "internal_role_mgt_view",
            "internal_role_mgt_create",
            "internal_role_mgt_update",
            "internal_role_mgt_delete",
            "internal_group_mgt_update"
        ],
        "Branding": {
            "name": "Guardio Insurance",
            "tag": "Anytime . Anywhere"
        },
        "SampleOrganization" : [
            {
                "id": "<SUB ORGANIZATION ID>",
                "name": "<SUB ORGANIZATION NAME>"
            }
        ]
    },
    "ManagementAPIConfig": {
        "SharedApplicationName": "<SHARED APPLICATION NAME> ex: guardio-app",
        "ImageBaseUrl" : "<IMAGE BASE URL - FOLLOW README.MD FOR MORE INFORMATION>"
    }
}

@Achintha444 Achintha444 requested a review from thivi November 8, 2022 08:48
@thivi thivi merged commit d368977 into wso2:master Nov 8, 2022
Achintha444 pushed a commit to Achintha444/samples-is that referenced this pull request Jun 9, 2023
Comments from PR wso2#381
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants