Skip to content

Commit cb300ef

Browse files
authored
rm stale auth domainPrefix callout (#7747)
1 parent 736e3e7 commit cb300ef

File tree

1 file changed

+1
-1
lines changed
  • src/pages/[platform]/build-a-backend/auth/concepts/external-identity-providers

1 file changed

+1
-1
lines changed

src/pages/[platform]/build-a-backend/auth/concepts/external-identity-providers/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Your developer accounts with the external providers are now set up and you can r
108108

109109
In `amplify/auth/resource.ts` the external providers need to be added.
110110

111-
The following is an example of how you would set up access to all of the external providers supported by Amplify Auth. Please note you will need to configure your `callbackUrls` and `logoutUrls` URLs for your application, which will inform your backend resources how to behave when initiating sign in and sign out operations in your app. You will also need to configure your `domainPrefix` for your user pool domain, which will be the redirect URI for your OAuth provider.
111+
The following is an example of how you would set up access to all of the external providers supported by Amplify Auth. Please note you will need to configure your `callbackUrls` and `logoutUrls` URLs for your application, which will inform your backend resources how to behave when initiating sign in and sign out operations in your app.
112112

113113
<Callout>
114114

0 commit comments

Comments
 (0)