Site updated at 2016-08-03 18:34:54 UTC · stormpath/stormpath.github.io@3515a45 · GitHub
Skip to content
This repository was archived by the owner on Jun 28, 2023. It is now read-only.

Commit 3515a45

Browse files
author
stormpath-documentation Auto Doc Build
committed
Site updated at 2016-08-03 18:34:54 UTC
1 parent 0c6d7a5 commit 3515a45

7,085 files changed

Lines changed: 695260 additions & 492839 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

atom.xml

Lines changed: 1 addition & 1 deletion

csharp/product-guide/latest/_sources/accnt_mgmt.txt

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1991,7 +1991,7 @@ There are three steps to the password reset flow:
19911991

19921992
.. note::
19931993

1994-
It is also possible to specify the Account Store in your Password Reset POST:
1994+
It is also possible to specify the Organization, Directory, or Group in your Password Reset POST:
19951995

19961996
.. code-block:: http
19971997

@@ -2607,16 +2607,33 @@ If a user accidentally deletes their verification email, or it was undeliverable
26072607

26082608
.. code-block:: http
26092609

2610-
POST /v1/applications/$APPLICATION_ID/verificationEmails HTTP/1.1
2610+
POST /v1/applications/1gk4Dxzi6o4Pbdlexample/verificationEmails HTTP/1.1
26112611
Host: api.stormpath.com
26122612
Content-Type: application/json;charset=UTF-8
26132613

26142614
{
2615-
"login": "email@address.com"
2615+
"login": "email@address.com",
26162616
}
26172617

26182618
If this calls succeeds, an ``HTTP 202 ACCEPTED`` will return.
26192619

2620+
.. note::
2621+
2622+
It is also possible to specify the Organization, Directory, or Group in your Verification Email resend request:
2623+
2624+
.. code-block:: http
2625+
2626+
POST /v1/applications/1gk4Dxzi6o4Pbdlexample/verificationEmails HTTP/1.1
2627+
Host: api.stormpath.com
2628+
Content-Type: application/json;charset=UTF-8
2629+
2630+
{
2631+
"login":"email@address.com",
2632+
"accountStore": {
2633+
"href": "https://api.stormpath.com/v1/groups/2SKhstu8PlaekcaEXampLE"
2634+
}
2635+
}
2636+
26202637
.. only:: csharp or vbnet
26212638

26222639
To resend the email, use the ``SendVerificationEmailAsync()`` method:

errors/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -692,9 +692,9 @@ <h2><a id="Tokens"></a>100XX: OAuth Errors</h2>
692692

693693
<h2><a id="SAML"></a>101XX: SAML Errors</h2>
694694

695-
<p><a id="10100"></a><a href="/errors/10100"><strong>10100</strong></a>: The SAML Response object is malformed or cannot be used by Stormpath. Please contact us at <a href="&#x6d;&#x61;&#x69;&#108;&#x74;&#111;&#x3a;&#115;&#x75;&#112;&#x70;&#111;&#x72;&#x74;&#x40;&#x73;&#x74;&#x6f;&#114;&#x6d;&#x70;&#97;&#116;&#x68;&#46;&#99;&#111;&#x6d;">&#x73;&#117;&#112;&#x70;&#111;&#114;&#x74;&#x40;&#115;&#116;&#x6f;&#x72;&#x6d;&#x70;&#x61;&#116;&#104;&#46;&#99;&#111;&#x6d;</a> to help troubleshoot this problem.</p>
695+
<p><a id="10100"></a><a href="/errors/10100"><strong>10100</strong></a>: The SAML Response object is malformed or cannot be used by Stormpath. Please contact us at <a href="&#x6d;&#x61;&#x69;&#108;&#116;&#111;&#x3a;&#x73;&#117;&#112;&#112;&#111;&#x72;&#116;&#64;&#115;&#116;&#x6f;&#114;&#109;&#112;&#97;&#x74;&#104;&#x2e;&#x63;&#111;&#109;">&#115;&#117;&#112;&#112;&#x6f;&#x72;&#116;&#x40;&#x73;&#x74;&#x6f;&#x72;&#x6d;&#x70;&#x61;&#x74;&#x68;&#x2e;&#x63;&#x6f;&#109;</a> to help troubleshoot this problem.</p>
696696

697-
<p><a id="10101"></a><a href="/errors/10101"><strong>10101</strong></a>: The SAML Response has an invalid signature and cannot be trusted. Please contact us at <a href="&#109;&#x61;&#105;&#108;&#x74;&#x6f;&#58;&#x73;&#117;&#x70;&#112;&#111;&#114;&#x74;&#64;&#115;&#x74;&#x6f;&#114;&#x6d;&#x70;&#x61;&#116;&#104;&#46;&#x63;&#111;&#x6d;">&#x73;&#117;&#112;&#x70;&#x6f;&#x72;&#x74;&#64;&#115;&#x74;&#x6f;&#114;&#x6d;&#112;&#x61;&#x74;&#x68;&#x2e;&#x63;&#111;&#x6d;</a> to help troubleshoot this problem.</p>
697+
<p><a id="10101"></a><a href="/errors/10101"><strong>10101</strong></a>: The SAML Response has an invalid signature and cannot be trusted. Please contact us at <a href="&#x6d;&#x61;&#105;&#x6c;&#116;&#111;&#58;&#115;&#x75;&#x70;&#112;&#x6f;&#x72;&#116;&#64;&#115;&#116;&#111;&#x72;&#x6d;&#x70;&#97;&#x74;&#104;&#x2e;&#99;&#x6f;&#109;">&#x73;&#117;&#112;&#112;&#x6f;&#114;&#x74;&#64;&#x73;&#116;&#111;&#114;&#x6d;&#112;&#x61;&#116;&#x68;&#x2e;&#99;&#x6f;&#x6d;</a> to help troubleshoot this problem.</p>
698698

699699
<p><a id="10102"></a><a href="/errors/10102"><strong>10102</strong></a>: Authentication failed at the SAML Identity Provider, please check the SAML Identity Provider logs for more information.</p>
700700

guides/api-key-management/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1204,7 +1204,7 @@ <h3><a id="javas-stormpath-authentication-result-visitor"></a>Java&rsquo;s Storm
12041204

12051205
<h2><a id="wrapping-up"></a>Wrapping up</h2>
12061206

1207-
<p>In this guide, we discussed how to set up Stormpath to manage and authenticate API Keys and Tokens for developers that are using your API Services. This feature is currently in beta. If you have any questions, bug reports, or enhancement requests please email <a href="&#x6d;&#97;&#105;&#108;&#116;&#111;&#58;&#x73;&#117;&#x70;&#112;&#x6f;&#114;&#x74;&#64;&#x73;&#116;&#x6f;&#x72;&#109;&#112;&#97;&#x74;&#104;&#x2e;&#99;&#111;&#109;&#x2e;">&#115;&#x75;&#112;&#112;&#x6f;&#114;&#x74;&#x40;&#115;&#116;&#111;&#114;&#x6d;&#x70;&#97;&#116;&#x68;&#x2e;&#x63;&#111;&#109;&#x2e;</a></p>
1207+
<p>In this guide, we discussed how to set up Stormpath to manage and authenticate API Keys and Tokens for developers that are using your API Services. This feature is currently in beta. If you have any questions, bug reports, or enhancement requests please email <a href="&#x6d;&#x61;&#105;&#x6c;&#116;&#111;&#58;&#115;&#x75;&#112;&#x70;&#x6f;&#114;&#x74;&#x40;&#115;&#116;&#x6f;&#x72;&#109;&#x70;&#x61;&#x74;&#x68;&#46;&#x63;&#111;&#109;&#x2e;">&#115;&#x75;&#112;&#x70;&#111;&#x72;&#x74;&#64;&#x73;&#x74;&#111;&#x72;&#109;&#x70;&#x61;&#x74;&#104;&#46;&#x63;&#x6f;&#x6d;&#46;</a></p>
12081208

12091209
<!-- wrap it up -->
12101210

guides/social-integrations/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1020,7 +1020,7 @@ <h3><a id="accessing-an-account-with-google-tokens"></a>Accessing an Account wit
10201020

10211021
<h2><a id="wrapping-up"></a>Wrapping up</h2>
10221022

1023-
<p>In this guide, we discussed how to set up a Stormpath to enable your users to log in with Facebook and Google. If you have any questions, bug reports, or enhancement requests please email <a href="&#x6d;&#97;&#105;&#x6c;&#x74;&#111;&#x3a;&#115;&#x75;&#112;&#x70;&#x6f;&#114;&#x74;&#x40;&#x73;&#116;&#x6f;&#114;&#109;&#x70;&#x61;&#x74;&#x68;&#x2e;&#x63;&#111;&#109;&#x2e;">&#x73;&#x75;&#112;&#x70;&#x6f;&#114;&#x74;&#x40;&#x73;&#x74;&#111;&#x72;&#109;&#x70;&#97;&#x74;&#104;&#x2e;&#99;&#111;&#x6d;&#46;</a></p>
1023+
<p>In this guide, we discussed how to set up a Stormpath to enable your users to log in with Facebook and Google. If you have any questions, bug reports, or enhancement requests please email <a href="&#109;&#x61;&#x69;&#108;&#x74;&#x6f;&#58;&#x73;&#117;&#112;&#x70;&#x6f;&#x72;&#x74;&#64;&#115;&#x74;&#111;&#x72;&#x6d;&#x70;&#x61;&#x74;&#x68;&#46;&#x63;&#x6f;&#109;&#x2e;">&#115;&#117;&#x70;&#x70;&#x6f;&#x72;&#x74;&#64;&#115;&#116;&#x6f;&#114;&#x6d;&#112;&#97;&#116;&#104;&#46;&#99;&#111;&#109;&#x2e;</a></p>
10241024

10251025
<div id="spread-word">
10261026
<hr>

guides/token-management/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1307,7 +1307,7 @@ <h3><a id="using-stormpath-to-revoke-access-and-refresh-tokens"></a>Using Stormp
13071307

13081308
<h2><a id="wrapping-it-up"></a>Wrapping it up</h2>
13091309

1310-
<p>In this guide, we discussed how to set up and use Stormpath to generate and manage OAuth 2.0 Access Tokens and Refresh Tokens. If you have any questions, bug reports, or enhancement requests please email <a href="&#x6d;&#97;&#105;&#x6c;&#116;&#x6f;&#x3a;&#115;&#117;&#112;&#112;&#x6f;&#114;&#x74;&#x40;&#x73;&#x74;&#111;&#114;&#x6d;&#112;&#97;&#x74;&#104;&#46;&#x63;&#x6f;&#109;&#x2e;">&#x73;&#117;&#x70;&#x70;&#111;&#114;&#x74;&#x40;&#x73;&#116;&#111;&#114;&#109;&#x70;&#97;&#x74;&#104;&#x2e;&#99;&#111;&#x6d;&#46;</a></p>
1310+
<p>In this guide, we discussed how to set up and use Stormpath to generate and manage OAuth 2.0 Access Tokens and Refresh Tokens. If you have any questions, bug reports, or enhancement requests please email <a href="&#109;&#x61;&#105;&#x6c;&#116;&#111;&#58;&#115;&#x75;&#112;&#112;&#111;&#114;&#x74;&#64;&#x73;&#116;&#111;&#x72;&#x6d;&#112;&#x61;&#x74;&#104;&#x2e;&#x63;&#x6f;&#x6d;&#46;">&#x73;&#x75;&#112;&#112;&#x6f;&#x72;&#116;&#x40;&#x73;&#116;&#111;&#x72;&#109;&#x70;&#x61;&#116;&#x68;&#46;&#99;&#x6f;&#109;&#x2e;</a></p>
13111311

13121312
<div id="spread-word">
13131313
<hr>

guides/using-id-site/index.html

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)