Skip to content

Commit

Permalink
docs: polish apple guide #2198 (#2286)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgomer2001 committed Sep 1, 2022
1 parent 6cf25ae commit d45a9d9
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions docs/script-catalog/agama/inboundID/apple/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# The "Sign In With Apple" Agama flow

To deploy this flow, a number of configurations are required. Ensure you have an Apple developer account to start. [This tutorial](https://github.com/ananay/apple-auth/blob/master/SETUP.md) does a great job at explaining the necessary steps. As you go with it, ensure you collect the following elements:
To deploy this flow, a number of configurations are required. Ensure you have an Apple developer account to start. [This tutorial](https://github.com/ananay/apple-auth/blob/master/SETUP.md) does a great job at explaining the necessary steps. As you go with it, please collect the following elements:

- A service ID
- A team ID
Expand Down Expand Up @@ -51,24 +51,24 @@ Then use the below to [parameterize the main flow](../README.md#parameterize-the

The accompanying images illustrate the steps end-users will go through when using the inbound identity flow taking the Apple route:

*Initial provider selector page*
1. Initial provider selector page

![provider selector](provider_selector.png)
![provider selector](provider_selector.png)

*Prompt for credentials at Apple website*
1. Prompt for credentials at Apple website

![prompt credentials](SIWA_creds.png)
![prompt credentials](SIWA_creds.png)

*Prompt for a second factor, e.g. SMS (optional)*
1. Prompt for a second factor, e.g. SMS (optional)

![prompt second factor](SIWA_MFA.png)
![prompt second factor](SIWA_MFA.png)

*Prompt for browser trust*
1. Prompt for browser trust

![browser trust](SIWA_trust.png)
![browser trust](SIWA_trust.png)

*Prompt to before returning to original site*
1. Prompt before returning to original site

![prompt continue](SIWA_proceed.png)
![prompt continue](SIWA_proceed.png)

Finally, the user should land at the target application.

0 comments on commit d45a9d9

Please sign in to comment.