Hi
I found a stackoverflow answer from 2019.
"FusionAuth does not currently limit the number of active sessions a user may have in your application or in our SSO"
Is this still the same? Any plans for this feature?
Hi
I found a stackoverflow answer from 2019.
"FusionAuth does not currently limit the number of active sessions a user may have in your application or in our SSO"
Is this still the same? Any plans for this feature?
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.
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/]
I provided steps to reproduce in the github issue : https://github.com/FusionAuth/fusionauth-issues/issues/1443
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
Use case:
A working react application using OIDC Auth flow
JWT contains some custom claims created using JWT populate lambda
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.
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?
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
I am talking about this page. This page is dead end.
Are you saying you'd like the user to be logged in the same way after email verification which they are after a user registers?
Exactly.
We have modified the themes. But they are hosted in fusionauth cloud.