Portal administrators can create or update the registration information needed to sign in on their portal when using a browser.
For ArcGIS Enterprise 11.1 and later
- Open the Portal Administrator Directory in a web browser (https://<domain>/<webadaptorname>/portaladmin).
- Click Login and sign in as the portal administrator user.
- Click Security > OAuth > Update App Info.
- In the text box, type the following lines (include the braces):
{ "appId":"cityenginedesktop", "redirectURIs":[ "urn:ietf:wg:oauth:2.0:oob", "http://127.0.0.1:50212/auth", "http://127.0.0.1:51883/auth", "http://127.0.0.1:52677/auth", "http://127.0.0.1:53664/auth", "http://127.0.0.1:54177/auth", "http://127.0.0.1:56272/auth", "http://127.0.0.1:57736/auth", "http://127.0.0.1:59916/auth", "http://127.0.0.1:62333/auth", "http://127.0.0.1:64615/auth", "http://[::1]:50212/auth", "http://[::1]:51883/auth", "http://[::1]:52677/auth", "http://[::1]:53664/auth", "http://[::1]:54177/auth", "http://[::1]:56272/auth", "http://[::1]:57736/auth", "http://[::1]:59916/auth", "http://[::1]:62333/auth", "http://[::1]:64615/auth" ] }
- Click Update App.
For ArcGIS Enterprise 11.0 and earlier
- Sign in to the portal as the portal administrator user.
- Click Content.
- Click New item.
- Click Application.
- Choose Other application and click Next.
- Enter CityEngine into the title and click Save.
- On the item page, click Settings next to the Overview tab.
- Click Registered Info at the bottom.
- Copy the string just below App ID.
- Open a new browser tab and enter the Portal Administrator Directory URL (https://<domain>/<webadaptorname>/portaladmin).
- Click Login and sign in as the portal administrator user.
- Click Security > OAuth > Update App Info or Change App Info.
- Enter the string copied in step 9 as the Current App ID and type cityenginedesktop for the New App ID.
- Click Change App ID.
- Click Update App Info.
- In the text box, type the following lines (include the braces):
{ "appId":"cityenginedesktop", "redirectURIs":[ "urn:ietf:wg:oauth:2.0:oob", "http://127.0.0.1:50212/auth", "http://127.0.0.1:51883/auth", "http://127.0.0.1:52677/auth", "http://127.0.0.1:53664/auth", "http://127.0.0.1:54177/auth", "http://127.0.0.1:56272/auth", "http://127.0.0.1:57736/auth", "http://127.0.0.1:59916/auth", "http://127.0.0.1:62333/auth", "http://127.0.0.1:64615/auth", "http://[::1]:50212/auth", "http://[::1]:51883/auth", "http://[::1]:52677/auth", "http://[::1]:53664/auth", "http://[::1]:54177/auth", "http://[::1]:56272/auth", "http://[::1]:57736/auth", "http://[::1]:59916/auth", "http://[::1]:62333/auth", "http://[::1]:64615/auth" ] }
- Click Update App.