You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 25, 2022. It is now read-only.
I have been tasked with developing SAML integration for my company, and have used this project as a base. I have refactored it into a library and tried to make it a little general purpose without making it too complex.
Because its a decent refactor I didn't just want to put in a pull request. We would be willing to give back the full source code if there is any interest in publishing it attached to the onelogin name as MIT - as you guys did most of the work. Otherwise I guess I will just publish it as a new GitHub project??
Fixes include:
Added deflate compression, decompression as it wasn't working on Azure AD or ADFS without
Improvements:
Refactored as a DLL library
Add some functionality to pull out useful information from the response
To do:
I think the base implementation of signature checking is a bit naive and will probably explode if some of the other signing options are used.
Add a sample project
Cheers,
The text was updated successfully, but these errors were encountered:
If you share the link I will try to review and provide feedback, and if I consider it mature I can add it to the list currently published on the README.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi All,
I have been tasked with developing SAML integration for my company, and have used this project as a base. I have refactored it into a library and tried to make it a little general purpose without making it too complex.
Because its a decent refactor I didn't just want to put in a pull request. We would be willing to give back the full source code if there is any interest in publishing it attached to the onelogin name as MIT - as you guys did most of the work. Otherwise I guess I will just publish it as a new GitHub project??
Fixes include:
Improvements:
To do:
Cheers,
The text was updated successfully, but these errors were encountered: