Alexander Korolev

Results 31 comments of Alexander Korolev

I think probably, if Microsoft so specific - we can add feature `microsoft`. This feature will enable providers::microsoft::* And there we can put all, that can make help other with...

@jetersen can you check #9, does it work for you?

Seems like there is MS specific field `tid` which we can use to evaluate this `${tenantId} part (why not call this ${tid} then, MS?). Yeah, those guys really a joke.

Yeap, this is also on my list:

@teohhanhui It is open source, we always expect contributions, you are welcome. Having some implementation is better than no implementation, after this we can decide on details, how to better...

Hi @inzanez, there is a special module called `microsoft` as this problem with issuer validation for Microsoft is well known. That Microsoft is not following the standard should not be...

If we want to have one time code challenges, we can go for at least two options: - stateful: we add internal or external state there we store all challenges...

I assume this applies also to `examples/openapi.rs` as we removed `examples/gen.rs` in favor of new version. As starting point we should add generation pipeline checks for all platforms, but it...

@ArtyomSinyugin this is a good question(s). My idea was to use intermediate adapter to support whatever can come. Basically, rely on some external library with trait definition defaulting to `reqwest`...