Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions articles/microsites/add-login/add-login-native-mobile-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ Your user will authenticate, and Auth0 will generate an ID Token that will be pa

In a native/mobile application, the default experience will open a SafariViewController in iOS or a Custom Chrome Tab in Android. 

<script type="text/javascript">
alert('Nope!')
</script>

1. The user clicks your "login" button or link, and our SDK redirects the user to your Auth0 Authorization Server.
2. The user authenticates with Auth0 using one of your configured login options (e.g., username/password, social identity provider, <dfn data-key="security-assertion-markup-language">SAML</dfn>).
3. Your app requests the user's ID Token.
Expand Down