Jens Reimann
Jens Reimann
I created a draft PR with the current state. It's not ready yet, but heading in the right direction I think: https://github.com/siku2/rust-monaco/pull/46
> @ctron were you able to connect after this? I have the same issue. Unfortunately no.
> At least for my Azure AD provider the subsequent login redirects immediately without the need for interaction. And this is how it should be. Access tokens should not be...
Yes, that's true. The reason for that is: https://github.com/ctron/yew-oauth2/blob/17647840a9a951cee93db56a0cf0f0bb19696a79/src/context/mod.rs#L9-L13 Right now, we are using the following pattern to get additional information: https://github.com/trustification/trustification/blob/d39eb136262c0c1241d464faf0f1ff87f471e74d/spog/ui/crates/utils/src/analytics/mod.rs#L184-L198 The proper way to deal with this would...
That function actually only has a type argument. One that is evaluated to the type I mentioned earlier. If that type would have a different type argument (instead of "empty")...
Kind of like a "meta" provider? That sounds like a great idea. PRs welcome :grin:
I don't know about this property, sorry. Are you sure the underlying implementing uses the "PEM keystore" implementation that this library provides?
Taking a look at the code in question: https://github.com/apache/tomcat/blob/62b73d551052a72efb5f2334d88bbe09e9baec6c/java/org/apache/tomcat/util/net/SSLUtilBase.java#L336-L338 It looks to me like you configured the key entry to point to something which is not a key, as evaluated...
Hm, not really. It looks good, except for the fact that it doesn't work. I am not sure though I ever tested this with ECs. So that might be an...
Yes, the package still exists: https://search.maven.org/artifact/de.dentrassi.crypto/pem-keystore It looks like some general issue with your Java project setup. Maybe you can create a reproducer repository, just focusing on the issue, to...