GithubHelp home page GithubHelp logo

Comments (3)

stanleylhs avatar stanleylhs commented on July 19, 2024

@joyzoursky Re: problem 3, the word URI is missing, it means Custom URI Scheme.

ref: https://developer.apple.com/documentation/xcode/defining-a-custom-url-scheme-for-your-app

from docs.

joyzoursky avatar joyzoursky commented on July 19, 2024

@stanleylhs Thanks, and we should have links for the internal / external references here, seem on some sdk get started pages there are part of the instructions for registering URL scheme. https://docs.authgear.com/get-started/ios#register-url-scheme-for-redirect-uri

from docs.

stanleylhs avatar stanleylhs commented on July 19, 2024

This is my end of day current draft. Will work on it later. Not sure how to clarify the JWT part yet.

  1. From the Project listing, select an existing Project or Create a new Project with the button at the bottom.
  2. Go to "Applications" on the left menu bar.
  3. Click "⊕Add Application" in the top tool bar.
  4. Input the name of your application, e.g. "AwesomeApps", make a note of this for future references.
  5. Under "Authorized Redirect URIs", Click "⊕Add URI"
  6. In your target platform IDE (e.g. XCode / Android Studio), define a custom URI scheme that the users will be redirected back to your app after they have authenticated with Authgear. See external info below.
  7. Head back to Authgear Portal, paste in the URI that you have defined in the previous steps, e.g. com.myapp.example://host/path
  8. Click "Save" in the top tool bar.
  9. Make a note of the generated "Client ID". You can also obtain the "Client ID" from the list again.

If you wish to validate JSON Web Token (JWT) in your own application server, select "Issue JWT as access token". If you wish to forward authentication requests to Authgear Resolver Endpoint, leave this unchecked. See comparisons in Backend Integration.

Ref for Custom URL scheme:
iOS https://developer.apple.com/documentation/xcode/defining-a-custom-url-scheme-for-your-app
Android https://developer.android.com/training/app-links/deep-linking

from docs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.