Daniel DeGroff
Daniel DeGroff
Thanks for letting us know @beck3905 - sorry for the inconvenience. You can use the macOS fast-path install for now if this is not working for you. We'll need to...
I think there are also ways to do this without JS, it could be that we can put values we think users will want to copy into some semantic tag.
What I'd like to do is build a copy widget of some sort that is easily enabled by just adding an attribute to an element. For example: ```html 42 ```...
We should review this endpoint and ensure it can handle end to end 2FA workflows. Since OIDC/ OAuth2 does not provide guidance on how to handle 2FA, we have just...
Thanks for the issue @brennan-karrer. There are a few items that are not tenant scoped, such as: - Audit Logs - Email Templates - Themes - Reports - Event Logs...
The Report APIs may still be useful to you since you can provide some of them with an applicationId (which is tenant scoped). https://fusionauth.io/docs/v1/tech/apis/reports/
Populate Lambda does not execute without a registration when calling `api/login` to complete a login
Internal: - https://github.com/FusionAuth/fusionauth-app/pull/565 - https://github.com/FusionAuth/fusionauth-site/pull/3357
We functionally support RP initiated logout, and front channel logout. - https://openid.net/specs/openid-connect-rpinitiated-1_0.html - https://openid.net/specs/openid-connect-frontchannel-1_0.html Perhaps we need to make our doc clearer, and review these specifications to see if we...
We do publish `end_session_endpoint` via the `/.well-known/openid-configuration` endpoint. Does that not satisify RP initiated logout? Section 2.1 https://openid.net/specs/openid-connect-rpinitiated-1_0.html#OPMetadata > This OpenID Provider Metadata parameter MUST be included in the Server's...
Historically, PostgresSQL required the `uuid-ossp` module to generate a UUID using `uuid_generate_v4()` and `pgcrypto` module to use `gen_random_uuid()`. We have intentionally not required these modules to be installed at runtime....