copyright | lastupdated | keywords | subcollection | ||
---|---|---|---|---|---|
|
2021-10-12 |
Migrating users, multiple service instances, manage service, access, configuration, duplicate, export, app security, identity |
appid |
{:codeblock: .codeblock} {:screen: .screen} {:download: .download} {:external: target="_blank" .external} {:faq: data-hd-content-type='faq'} {:gif: data-image-type='gif'} {:important: .important} {:note: .note} {:pre: .pre} {:tip: .tip} {:preview: .preview} {:deprecated: .deprecated} {:beta: .beta} {:term: .term} {:shortdesc: .shortdesc} {:script: data-hd-video='script'} {:support: data-reuse='support'} {:table: .aria-labeledby="caption"} {:troubleshoot: data-hd-content-type='troubleshoot'} {:help: data-hd-content-type='help'} {:tsCauses: .tsCauses} {:tsResolve: .tsResolve} {:tsSymptoms: .tsSymptoms} {:java: .ph data-hd-programlang='java'} {:javascript: .ph data-hd-programlang='javascript'} {:swift: .ph data-hd-programlang='swift'} {:curl: .ph data-hd-programlang='curl'} {:video: .video} {:step: data-tutorial-type='step'} {:tutorial: data-hd-content-type='tutorial'} {:ui: .ph data-hd-interface='ui'} {:cli: .ph data-hd-interface='cli'} {:api: .ph data-hd-interface='api'} {:release-note: data-hd-content-type='release-note'}
{: #service-instance-management}
There are times when you might need to have more than one instance of {{site.data.keyword.appid_short_notm}} or migrate to a new instance. You might need to have an instance of {{site.data.keyword.appid_short_notm}}in multiple regions or different versions for different types of users. No problem! You can easily export your identity provider configuration. {: shortdesc}
{: #migrate-service}
You can migrate the information in one instance of {{site.data.keyword.appid_short_notm}} to another. {: shortdesc}
-
Create a new instance of the service.
-
Duplicate your identity provider configuration by using the GUI.
-
Migrate your user profiles. Known users are exported as a JSON object. Anonymous user's cannot be migrated. You can choose to import the entire object into the new instance or break it up and divide the users as you see fit if you have more than one instance.
For Cloud Directory, see Migrating users. For federated identity providers, use the following steps. {: note}
-
Create application credentials to invoke the new service instance.
-
In the service dashboard navigate to the Applications tab.
-
Click Add Application and give your application a name. Then, click Save.
-
Click View credentials in the table and copy the output.
-
Paste your new credentials into your application.
-
-
Update your application to use the new credentials including any URLs.
-
Depending on your configuration, you might need to redeploy or unbind and rebind your application.