Thomas Norling
Thomas Norling
Thanks for raising this. I've determined this is due to a change to StrictMode in React 18, specifically in development mode. What's happening is that React is mounting, unmounting then...
@FCazabon-EM The issue isn't about the effect running twice or even the component mounting twice (which is what the doc you linked discusses), this has always been the case in...
@superkat1111 Can you point me to docs indicating support for POST on /authorize? Is your only concern with the login_hint parameter or are there other parameters?
> @jo-arroyo This issue happens when trying to use Postman as well. What is the url you're hitting in postman? > Any workaround for this that doesn't require uninstalling Windows...
Can you please send me a fiddler trace of this behavior?
Closing as this has been resolved by the service.
It should be caching the responses for these calls within a single instance of CCA/PCA. If you're using a single instance and this isn't working it's a bug. If you're...
We don't have any way to share data between CCA/PCA instances outside of the cache (this was by design). The mechanism Hector described is still within the confines of a...
> So CCA objects need to share instance discovery and OIDC discovery between them, without developer intervention. Sure fair enough. What I'm saying though is that if this is a...
This is not supported today but I'm marking this as a feature request. FYI @EmLauber