Skip to content
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

IDP Initiate POST SLO Implementation #131

Merged
merged 1 commit into from
Jan 12, 2024

Conversation

gurtzoo
Copy link

@gurtzoo gurtzoo commented Sep 6, 2023

IDP Initiate POST SLO Implementation

@gurtzoo
Copy link
Author

gurtzoo commented Sep 6, 2023

Hi, i have remove all the commits relatives to the white spaces.
Should be correct for validation.
thank you.

@gurtzoo
Copy link
Author

gurtzoo commented Sep 19, 2023

Did you have a chance to validate my PR?

@gurtzoo
Copy link
Author

gurtzoo commented Nov 8, 2023

Hi, can we have an update on this?

@simo5
Copy link
Member

simo5 commented Nov 13, 2023

@gurtzoo superficially it looks good to me, but unfortunately I do not have the time needed to test it and merge it. Hopefully someone else can do that and post their comments and results here.

@gurtzoo
Copy link
Author

gurtzoo commented Nov 15, 2023

@thijskh Can you validate this PR please?

@thijskh
Copy link

thijskh commented Nov 15, 2023

I can have a look, but since SLO is not really widely in use in practice there's no abundance of testing infrastructure.

@gurtzoo
Copy link
Author

gurtzoo commented Nov 15, 2023

Hi, yes you are right, on my side i have deployed locally an SP(Apache/Mellon) and test it with an IDP and validate the SLO POST directly.

Copy link

@thijskh thijskh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry for the lack of time to review this earlier. I've tested the code and logout works, the metadata generation is broken, see comment. Given the long time this has taken and the simple fix I will fix metadata generation directly after merging this. Thanks!

@@ -191,6 +191,9 @@ static char *am_generate_metadata(apr_pool_t *p, request_rec *r)
<SingleLogoutService\n\
Binding=\"urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect\"\n\
Location=\"%slogout\" />\n\
<SingleLogoutService\n\
Binding=\"urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST\"\n\
Location=\"%slogout\" />\n\
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is added with %s but an extra variable is not added in r215. /mellon/metadata now gives internal server error.

@thijskh thijskh merged commit dbe050a into latchset:main Jan 12, 2024
1 check passed
@gurtzoo
Copy link
Author

gurtzoo commented Jan 12, 2024

Thank you @thijskh for the validation and correction, i appreciate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants