Skip to content
This repository was archived by the owner on Dec 12, 2018. It is now read-only.

Commit ce8f9d8

Browse files
committed
Updated idsite section.
1 parent 2d4a8d0 commit ce8f9d8

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

-300 Bytes
Loading

docs/source/idsite.rst

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,15 @@ If you want to use ID Site, the first thing you'll need to do is to `enable the
2929

3030
These instructions will only cover using the built-in hosted login site – if you’d like to customize your ID Site URL or look and feel (theme), please see the official `ID Site documentation`_.
3131

32-
In the box labeled “Authorized Redirect URIs”, enter your redirect URL – this should be set to something like: ``https://www.mysite.com/stormpathCallback``. If you’re testing locally, you might want to set this to: ``http://localhost:${port}/stormpathCallback``
32+
In the box labeled “Authorized Redirect URIs”, enter your redirect URL – this should be set to something like: ``https://www.my-site.com/stormpathCallback``. If you’re testing locally, you might want to set this to: ``http://localhost:${port}/stormpathCallback``.
33+
34+
If you are taking advantage of Stormpath's Multi-Tenancy features, you can use wildcards, like: ``https://*.my-multi-tenant-app.com/stormpathCallback``. This would authorize any subdomain of ``my-multi-tenant-app.com``, such as ``https://fun-co.my-multi-tenant-app.com/stormpathCallback``.
35+
36+
For more information on using Stormpath in a multi-tenant configuration, read our `Multi-Tenant SaaS Guide`_.
3337

3438
If you’d like to support both production and local environments, you can add multiple URLs (*just click the “Add another” button and enter as many URLs as you’d like*).
3539

36-
Lastly, make sure to click the “Update” button at the bottom of the page to save your changes.
40+
Lastly, make sure to click the “Save” button at the bottom of the page to save your changes.
3741

3842
In the end, it should look something like this:
3943

@@ -64,3 +68,4 @@ Here's a screenshot of the default ID Site login page to show an example of what
6468
.. image:: /_static/idsite-login.png
6569

6670
.. _ID Site documentation: http://docs.stormpath.com/guides/using-id-site/
71+
.. _Multi-Tenant SaaS Guide: https://docs.stormpath.com/rest/product-guide/latest/multitenancy.html

0 commit comments

Comments
 (0)