Maybe you were looking for...

Net CORE Keycloak and OIDC

I tried to create .Net Core 3.1 Web API which used Keycloak authorization. I want to implement the following scenario: Browser sends some request to API. If use

GraphViz DOT output: What are the 4-6 "pos" coordinates for an "edge"

I just started to experiment with GraphViz's "neato" command for Kamada-Kawai graph visualization (solved using stress majorization). I am particularly interest

filter access with SAML based on IP whitelist

It is possiblee when performs an access request with saml evaluates the ip where it comes from, to denied access if its ip it is not whitelisted?

Using optional inputs with java onnxruntime 1.10.0

It looks like recently ONNX introduced optional input parameters that can be processed inside the model. In python, the model input data can be specified like t

Exchange web services: why is ItemId not constant?

I write a small application, which should automatically process the emails from a public folder. For each email, we want to save some metadata, in a database.

How to use concurrency in Faust?

I am trying to implement Faust library into my code to consume data from Kafka, run some code asynchronously and return data back to Kafka. I followed the docum

Is it possible to get dotnet to produce a Windows and a Linux executable?

Building a .NET application via dotnet build produces a EXE file when building on Windows, and an ELF file when building on Linux. Specifying RuntimeIdentifier