FusionAuth
    • Home
    • Categories
    • Recent
    • Popular
    • Pricing
    • Contact us
    • Docs
    • Login
    1. Home
    2. johndoexx
    3. Topics
    J
    • Profile
    • Following 0
    • Followers 0
    • Topics 6
    • Posts 7
    • Best 1
    • Controversial 0
    • Groups 0

    Topics created by johndoexx

    • J

      Google identity provider

      Q&A
      • • • johndoexx
      4
      0
      Votes
      4
      Posts
      579
      Views

      danD

      Hiya,

      It looks like this use case is documented in the 'Complete the Google Login' section of the API documentation: https://fusionauth.io/docs/v1/tech/apis/identity-providers/google#complete-the-google-login

      High level:

      Developer does the Google login dance themselves Google returns a token Developer calls the IdP Login API as outlined in the above link.

      Hope that helps. I've also filed a PR against the documentation to highlight this functionality.

    • J

      Logout doesn't work for me

      Q&A
      • • • johndoexx
      2
      1
      Votes
      2
      Posts
      464
      Views

      danD

      Heya,

      JWTs are stateless tokens of identities. If you want a JWT to be revoked after someone has logged out from FusionAuth, you need to tie state back in.

      See this article for various options for revoking JWTs: https://fusionauth.io/learn/expert-advice/tokens/revoking-jwts

    • J

      Springboot OIDC authentication

      Q&A
      • • • johndoexx
      2
      0
      Votes
      2
      Posts
      283
      Views

      danD

      I'm not sure I understand your question. I'd use OIDC for the login form, but the whole point of OAuth (at least the authorization code grant) is that the login process happens at a third party (FusionAuth in this instance).

      If you want to have the user login and control the whole process (including your own pages), use the login API, or, if you must use an OAuth grant, the password grant.

      Please feel free to give more information about your question, as again, I'm not sure I understood it.