mirror of
https://github.com/simonmicro/Pritunl-Fake-API.git
synced 2026-04-26 07:36:00 +03:00
[GH-ISSUE #11] Sso not working. Do u have plan for fixing ? #10
Labels
No labels
bug
bug
enhancement
help wanted
invalid
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Pritunl-Fake-API#10
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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 ?
@simonmicro commented on GitHub (Aug 4, 2021):
You need to be more specific - what exactly do you propose?
@songhanpoo commented on GitHub (Aug 5, 2021):
Hi !

I have intergrated with AD. many thanks.
Can i ignore notification when login ?
@simonmicro commented on GitHub (Aug 5, 2021):
Good to hear! Yes, this notification is just to let you know the modification is working.
@songhanpoo commented on GitHub (Aug 5, 2021):
Hi! Can you brief explain when request to fake api ?
I dont have experience with php.
@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.@songhanpoo commented on GitHub (Aug 5, 2021):
Hi @Simonmicro !
Many thanks.