You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/pages/[platform]/build-a-backend/auth/concepts/external-identity-providers/index.mdx
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -389,9 +389,9 @@ await signInWithRedirect({
389
389
390
390
### Redirect URIs
391
391
392
-
For _Sign in Redirect URI(s)_ inputs, you can put one URI for local development and one for production. Example: `http://localhost:3000/` in dev and `https://www.example.com/` in production. The same is true for _Sign out Redirect URI(s)_.
392
+
For _Sign in Redirect URI(s)_ inputs, you can set one URI for local development and one for production. For example: `http://localhost:3000/` in dev and `https://www.example.com/` in production. The same is true for _Sign out Redirect URI(s)_.
393
393
394
-
If you have multiple redirect URI inputs, you'll need to pass them in your Amplify configuration. For example:
394
+
If you have multiple redirect URIs, you'll need to pass them in your Amplify configuration. For example:
395
395
396
396
```javascript
397
397
Amplify.configure({
@@ -511,9 +511,12 @@ Use the `signInWithRedirect` API to initiate sign-in with an external identity p
<Callout> Irrespective of whether a `redirectUrl` is provided to `signOut`, a URL that does not contain http or https is expected to be present in the configured redirect URL list. This is because iOS requires an appScheme when creating the web session. </Callout>
0 commit comments