Onboarding Context Application
Prerequisites:
- You will need elevated permissions to perform most of these actions.
- Check out Authorization & roles for more info.
note
Onboarding a context application requires that the context is onboarded see Onboarding Context
have the
contextId
ready, se Onboarding Context fro obtainingcontextId
Ensure the application key (
appKey
) is readily available. This will be utilized during the Application activation process.If not already there Go to the
Portal API URL
swagger page og the environment you want, se env table below.navigate to:
POST: /api/portals/{portalId}/contexts/{contextId}/apps
- fill out the
portalId
,contextId
andappKey
and press execute. - The app is now active in the given portal, plus only active for the given context.
note
A application can be onboarded to multiple context by providing different contextId´s
ENV | Portal API URL | PortalID |
---|---|---|
feature | https://backend-fusion-project-portal-feature.radix.equinor.com/swagger/index.html | 5b43c3fd-77e3-4072-0aa1-08db310ee26d |
test | https://backend-fusion-project-portal-test.radix.equinor.com/swagger/index.html | 0177ef5f-c49e-4d2a-7907-08db31e4e851 |
prod | https://backend-fusion-project-portal-prod.radix.equinor.com/swagger/index.html | 24843980-c0bb-42ce-f082-08db31e659d1 |