Hello,
I have the problem that somehow the returning meachanism doesnt work. In the documenation it says that you get a token via the login/signin Endpoint.
So far so good. But if you want to return the token and free the used CAL, then its a different story. In the Swagger Endpoint Documentation there is
an Endpoint login/signout. If you send your token to this endpoint it seems to work, at least it shows a 200 Http Response. But then you still can use
the token. And it still blocks a CAL. This issue seems to be around for a long time and I couldnt find any helpful resources to fix this problem.
The Nuget Package Github side doesnt to help either since it is not documented very well and the last issue got fixed in 2018. The sample code written with .Net Framework 4.6.1 what has multiple old packages that are not supported in the current .net 9.
Any Suggestions how to free my CALs and fix the problem with running out of CALs ?
Best regards,
Marvin