Jan Hajek

Results 86 comments of Jan Hajek

I am looking at the ways to configure the FreeRADIUS part to try first with regular username, and if it fails to append the SoftEther hub name in case it...

I think one of the quickest fixes would be to pass `MS-CHAP-User-Name` from SoftEther to the RADIUS server (FreeRADIUS [prefers it](https://github.com/FreeRADIUS/freeradius-server/blob/v3.0.x/src/modules/rlm_mschap/rlm_mschap.c#L227) to regular `User-Name`). This would make the most sense...

Created issue at GitLab's repo as well: https://gitlab.com/gitlab-org/gitlab-ce/issues/36594

Okay, so I went ahead and tried looking at how it is done with VSTS (since that's the closest to GitLab's authentication due to [OAuth2 support](https://docs.gitlab.com/ee/api/oauth2.html)): Support for GitLab's hosted...

I didn't mean parsing a file, I meant doing a discovery of the client_id - I wasn't able to find any kind of global client_id for desktop applications (doesn't mean...

Do you think it would be okay to drop support for 3.0, 4.0. and

Thank you for the PR, I have got to review it so late, I am sorry. I have to evaluate the effect of the changes. I don't think I will...

Does the application, you are calling the API with, have access to the Graph permissions including user impersonation? What's the token like - the one that arrives to the API...

Hello, sorry for late reply. I believe it should be possible - see sample here: https://github.com/TheNetworg/DreamSpark-SSO/blob/master/cron.php#L25 I understand that you are trying to use v2.0 endpoint with Microsoft Graph which...