Skip to content

Commit 80718ea

Browse files
committed
chore: add callout with link to external IdP configuration in signInWithRedirect docs
1 parent 3ff3f21 commit 80718ea

File tree

1 file changed

+6
-0
lines changed
  • src/pages/[platform]/build-a-backend/auth/connect-your-frontend/sign-in

1 file changed

+6
-0
lines changed

src/pages/[platform]/build-a-backend/auth/connect-your-frontend/sign-in/index.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -812,6 +812,12 @@ func confirmSignIn() -> AnyCancellable {
812812

813813
To sign in using an external identity provider such as Google, use the `signInWithRedirect` function.
814814

815+
<Callout info>
816+
817+
For guidance on configuring an external Identity Provider with Amplify see [External Identity Providers](https://docs.amplify.aws/react/build-a-backend/auth/concepts/external-identity-providers/)
818+
819+
</Callout>
820+
815821
```ts
816822
import { signInWithRedirect } from "aws-amplify/auth"
817823

0 commit comments

Comments
 (0)