Daniel DeGroff
Daniel DeGroff
Thanks for your detailed use case and explanation @tombeany. That is great!
In version 1.26.0 - you can use entities + client credentials to pull this off as well. This is probably the ideal solution as it allows for fine grained permissions...
If anyone has implemented this with FusionAuth Entities, you please comment and let us know how it went? Also let us know if you'd like to do an interview or...
The `state` should really be an opaque value to all but the OIDC service provider - and the JWT populate is used in a lot of cases where we are...
If I can extrapolate from this idea... the use case is: 1. **[User Agent]** Begin the Authorization Code Grant and pass a `state` parameter that contains a `deviceId` parameter. 2....
I think this is working as designed. Can you provide an example URL that the user is clicking on from the email?
This is all working as expected. Landing on the password complete page will only happen if we do not have any context from the original login request. If you would...
Internal - https://github.com/FusionAuth/fusionauth-app/pull/140 - https://github.com/FusionAuth/fusionauth-client-builder/pull/49
Next steps in version `1.40.0` are to mark `Nashorn` as deprecated, remove `Technology preview` text from `GraalJS`and go with that for a few releases.
Thanks @johnmaia yes - this is something we want to enhance in the near future. When we deliver Issue https://github.com/FusionAuth/fusionauth-issues/issues/374 we plan to review a bunch of code paths that...