[GH-ISSUE #11] Sso not working. Do u have plan for fixing ? #10

Closed
opened 2026-02-27 23:03:22 +03:00 by kerem · 6 comments
Owner

Originally created by @songhanpoo on GitHub (Aug 4, 2021).
Original GitHub issue: https://github.com/simonmicro/Pritunl-Fake-API/issues/11

Originally assigned to: @simonmicro on GitHub.

First thing, i wanna appreciate your ideal.
I have setup completed. But i cant use sso with active directory. Can u suggest anything for implement ?

Originally created by @songhanpoo on GitHub (Aug 4, 2021). Original GitHub issue: https://github.com/simonmicro/Pritunl-Fake-API/issues/11 Originally assigned to: @simonmicro on GitHub. First thing, i wanna appreciate your ideal. I have setup completed. But i cant use sso with active directory. Can u suggest anything for implement ?
kerem 2026-02-27 23:03:22 +03:00
Author
Owner

@simonmicro commented on GitHub (Aug 4, 2021):

SSO will not work with this api version! As Pritunls own authentication servers handle the whole SSO stuff, track instance ids and verify users I won't implement this part for privacy concerns (and also this would need to be securly implemented and a database).

You need to be more specific - what exactly do you propose?

<!-- gh-comment-id:892887721 --> @simonmicro commented on GitHub (Aug 4, 2021): > SSO will not work with this api version! As Pritunls own authentication servers handle the whole SSO stuff, track instance ids and verify users I won't implement this part for privacy concerns (**and also this would need to be securly implemented and a database**). You need to be more specific - what exactly do you propose?
Author
Owner

@songhanpoo commented on GitHub (Aug 5, 2021):

Hi !
I have intergrated with AD. many thanks.
Can i ignore notification when login ?
Screen Shot 2021-08-05 at 15 09 16

<!-- gh-comment-id:893257177 --> @songhanpoo commented on GitHub (Aug 5, 2021): Hi ! I have intergrated with AD. many thanks. Can i ignore notification when login ? ![Screen Shot 2021-08-05 at 15 09 16](https://user-images.githubusercontent.com/33808968/128315306-4d83a2da-279e-478e-ac65-5903b555ffa1.png)
Author
Owner

@simonmicro commented on GitHub (Aug 5, 2021):

Good to hear! Yes, this notification is just to let you know the modification is working.

<!-- gh-comment-id:893351267 --> @simonmicro commented on GitHub (Aug 5, 2021): Good to hear! Yes, this notification is just to let you know the modification is working.
Author
Owner

@songhanpoo commented on GitHub (Aug 5, 2021):

Hi! Can you brief explain when request to fake api ?
I dont have experience with php.

<!-- gh-comment-id:893380687 --> @songhanpoo commented on GitHub (Aug 5, 2021): Hi! Can you brief explain when request to fake api ? I dont have experience with php.
Author
Owner

@simonmicro commented on GitHub (Aug 5, 2021):

I don't really get your question... To investigate any incoming request (with their data), just enable debugging at the end of the PHP script (if (false) -> if(true)). You'll then see what the Pritunl server requests and how the api responds. When you plan to add SSO support, you'll have to answer those requests correctly - for that the Pritunl code should give you an idea.

<!-- gh-comment-id:893388919 --> @simonmicro commented on GitHub (Aug 5, 2021): I don't really get your question... To investigate any incoming request (with their data), just enable debugging at the end of the PHP script (`if (false)` -> `if(true)`). You'll then see what the Pritunl server requests and how the api responds. When you plan to add SSO support, you'll have to answer those requests correctly - for that the Pritunl code should give you an idea.
Author
Owner

@songhanpoo commented on GitHub (Aug 5, 2021):

Hi @Simonmicro !

Many thanks.

<!-- gh-comment-id:893421883 --> @songhanpoo commented on GitHub (Aug 5, 2021): Hi @Simonmicro ! Many thanks.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Pritunl-Fake-API#10
No description provided.