FusionAuth
    • Home
    • Categories
    • Recent
    • Popular
    • Pricing
    • Contact us
    • Docs
    • Login
    1. Home
    2. harish_reddy
    3. Posts
    H
    • Profile
    • Following 0
    • Followers 0
    • Topics 11
    • Posts 29
    • Best 1
    • Controversial 0
    • Groups 0

    Posts made by harish_reddy

    • RE: MFA OIDC Page refresh

      We also noticed that even with silent renewal, MFA code is getting triggered. This is very annoying for our users who stay on the page for long time.

      Is there a way prevent MFA for SPA on every token refresh?

      posted in Q&A
      H
      harish_reddy
    • RE: Friction-free multi application SSO with MFA enabled

      @dan We have the exact problem.

      MFA prompt is ruining the SSO experience.

      Can you please share which cookie is supposed to handle the MFA trust.

      posted in Q&A
      H
      harish_reddy
    • MFA OIDC Page refresh

      Hi

      We have a react application using OIDC for authentication. We enabled MFA for the application.

      Whenever user refreshes page, user is forced to enter MFA one more time.

      Is it expected behavior?

      On searching, I found on github https://github.com/FusionAuth/fusionauth-issues/issues/1704

      Can you please let us know if there is any workaround to avoid getting MFA page within same session.

      posted in Q&A
      H
      harish_reddy
    • RE: MFA web hooks

      @dan

      These webhooks are often ingested into a SIEM

      This is one use case. Agreed.

      There might be some applications where UI has to update based on user actions related to MFA on fusionauth pages.

      We are using some work arounds for now. But, I think without these webhooks, MFA is incomplete feature.

      posted in Q&A
      H
      harish_reddy
    • MFA web hooks

      Should not the web hooks for MFA be part of MFA feature?

      8e7f6301-14a6-4cb9-966e-5455b9f333c9-image.png

      posted in Q&A
      H
      harish_reddy
    • RE: I only want starter for dev instances but essentials for my prod instances

      @dan Do you have any plans to give preference in community support for starter plan users?

      Some kind of badge to prioritise responding to starter plan users?

      posted in Q&A
      H
      harish_reddy
    • RE: mobile origin url

      @alickabrook1
      I was not setting origin URL in mobile app.

      I was setting it in fusionauth config.

      Shared screenshot in https://github.com/FusionAuth/fusionauth-issues/issues/1443

      posted in Q&A
      H
      harish_reddy
    • Registering with an existing email

      Hi

      We have a feedback from security expert.

      When we signup with an email on registration page, page behaves differently when the email already exists. This gives information to attacker to filter out which emails exist.

      Is it possible to configure the UI to behave similarly irrespective of whether email already exists or not. But, no verification email goes out if the email already exists.

      posted in Q&A registration security
      H
      harish_reddy
    • RE: multiple active sessions from multiple devices

      Hello,

      It's been a while.

      Is it something that can be planned in future?

      posted in Comments & Feedback
      H
      harish_reddy
    • RE: Does deprecation of JavaScript Google Platform Library affect FusionAuth Google Identity Provider?

      Hi @joshua

      I can confirm fusionauth is using deprecated javascript library.

      I wrote my analysis here https://github.com/FusionAuth/fusionauth-issues/issues/1939

      Can you please release a patch for updating the code.

      Thank you.

      posted in General Discussion
      H
      harish_reddy
    • RE: mobile origin url

      Yes, that's correct.

      In android app, we are using oidc react-native library.
      The screen gets stuck after clicking login button.
      Expected : Open fusionauth login page in in-app browser
      Actual:
      There is an error message
      [Error: Invalid origin uri android-app://com.example/]

      posted in Q&A
      H
      harish_reddy
    • RE: mobile origin url

      I provided steps to reproduce in the github issue : https://github.com/FusionAuth/fusionauth-issues/issues/1443

      posted in Q&A
      H
      harish_reddy
    • RE: mobile origin url

      Authorised redirect URL config has no issues.

      I added "https://example.com" as authorise origin url for security. Then I noticed traffic from android app is getting blocked with

      "android-app://com.example" is not authorised origin

      posted in Q&A
      H
      harish_reddy
    • RE: mobile origin url

      @joshua

      Done

      https://github.com/FusionAuth/fusionauth-issues/issues/1443

      posted in Q&A
      H
      harish_reddy
    • Update JWT token

      Use case:

      1. A working react application using OIDC Auth flow

      2. JWT contains some custom claims created using JWT populate lambda

      3. Server updates some user attributes in fusionauth using API

      React application has to wait the token expiry period to have these new user attributes in JWT

      Is there a mechanism in fusionauth to force update the JWT from client to re-run populate lambda function and issue a new token.

      posted in Q&A
      H
      harish_reddy
    • mobile origin url

      Hi

      I am trying to add android-app://com.example
      as
      Authorized request origin URL
      in application's OAuth settings

      It is rejecting the value with error URL must start with http

      Is this a bug?

      posted in Q&A
      H
      harish_reddy
    • Typo in report API

      In
      https://fusionauth.io/docs/v1/tech/apis/reports/ documents

      The endpoints are with plural.
      /api/report/daily-active-users should be /api/report/daily-active-user

      posted in Comments & Feedback
      H
      harish_reddy
    • RE: Redirect after email verification with authenticated user state

      I am talking about this page. This page is dead end.

      Screenshot 2020-12-19 at 09.17.00.png

      posted in Q&A
      H
      harish_reddy