Sorry, but there are no more tags available to filter with.
  • Login to custom API via imx/login not allowed

    Hello,

    we have a simple Custom API which allows an authentication via RoleBasedPerson:

    public Task<IEnumerable<IMethodSet>> GetMethodSetsAsync(CancellationToken ct = new CancellationToken()) { var methodSet = new MethodSet …