Skip to content

Commit

Permalink
chore: add callout with link to external IdP configuration in signInW…
Browse files Browse the repository at this point in the history
…ithRedirect (#8203)

Co-authored-by: josef <[email protected]>
  • Loading branch information
calebpollman and josefaidt authored Jan 16, 2025
1 parent 3ff3f21 commit 135de17
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -812,6 +812,12 @@ func confirmSignIn() -> AnyCancellable {

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

<Callout info>

For guidance on configuring an external Identity Provider with Amplify see [External Identity Providers](/[platform]/build-a-backend/auth/concepts/external-identity-providers/)

</Callout>

```ts
import { signInWithRedirect } from "aws-amplify/auth"

Expand Down

0 comments on commit 135de17

Please sign in to comment.