-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SSO / SAML Integration #646
Comments
Hi @belvin92 , iPeer authentication is handled by https://github.com/xcompass/CakePHP-Guard-Plugin. It came with ldap and Shibboleth authentication module. What protocol are you looking at? Please feel free to send a pull request if it doesn't exist in the repo. |
Apologies for the late reply. I am not sure about the idap and shibboleth authentication module. Basically the idea is using the same creds (PW and ID) in the University that i am trying to understand the process of doing so. As well do i need to install with https://simplesamlphp.org/download |
You will need to figure out what protocol your university uses? Could be
saml/shib, CAS, LDAP or something else. They all can do same creds login,
e.g. SSO.
…On Sun, Aug 2, 2020, 11:09 PM belvin92 ***@***.***> wrote:
Apologies for the late reply.
I am not sure about the idap and shibboleth authentication module.
Basically the idea is using the same creds (PW and ID) in the University
that i am trying to understand the process of doing so.
As well do i need to install with https://simplesamlphp.org/download
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#646 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AADRVDF24HOIK3RRRDBCIT3R6ZIAVANCNFSM4OZRWZRQ>
.
|
Okay thank you for the reply. As far as i understand, the university uses SAML V2 Protocol but i will double check it. Thanks and i will be in touch |
In that case, you can try to enable shibboleth. Here is the instruction: https://ipeer.ctlt.ubc.ca/wiki/GuardPlugin#ShibbolethModule You will need to install shibboleth sp and configure your apache on your server.https://wiki.shibboleth.net/confluence/display/SP3/Installation |
Thank you for the guide links.. I will try to do this asap as i have other projects to accomplish |
Hi All,
I was wondering how do i workout with the iPeer, CakePHP Framework, that i can implement a Single Sign-on protocol to the application?
Is there any guidance that can be provided?
:)
The text was updated successfully, but these errors were encountered: