Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 927178 Details for
Bug 1130604
mod_auth_mellon should send AssertionConsumerServiceURLs in AuthNs for compatibility with JBoss PicketLink-based IdPs
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Hack to get mod_auth_mellon working with a PicketLink IdP
mod_auth_mellon-0.7.0_acs_fix.patch (text/plain), 1.44 KB, created by
Brian J. Atkisson
on 2014-08-15 16:11:26 UTC
(
hide
)
Description:
Hack to get mod_auth_mellon working with a PicketLink IdP
Filename:
MIME Type:
Creator:
Brian J. Atkisson
Created:
2014-08-15 16:11:26 UTC
Size:
1.44 KB
patch
obsolete
>--- auth_mellon_handler.c 2013-05-30 03:05:29.000000000 -0400 >+++ ../mod_auth_mellon-0.7.0_acs_fix/auth_mellon_handler.c 2014-08-15 11:45:07.378001704 -0400 >@@ -2608,6 +2608,7 @@ > * sending the request. > */ > http_method = LASSO_HTTP_METHOD_REDIRECT; >+ > sso_url = lasso_provider_get_metadata_one( > provider, "SingleSignOnService HTTP-Redirect"); > if (sso_url == NULL) { >@@ -2624,6 +2625,7 @@ > return HTTP_INTERNAL_SERVER_ERROR; > } > >+ > login = lasso_login_new(server); > if(login == NULL) { > ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, r, >@@ -2652,6 +2654,20 @@ > return HTTP_INTERNAL_SERVER_ERROR; > } > >+ //mikec -- added to force mod_auth_mellon to include ACS url in authn request >+ //ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, r, "before endpoint url"); >+ >+ char *sp_url = am_get_endpoint_url(r); >+ const char* ACS = "postResponse"; >+ strcat(sp_url, ACS); >+ //ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, r,"after endpoint url \"%s\".", sp_url); >+ //ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, r,"setting ACS to %s ", sp_url); >+ //ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, r,"ACS was %s",request->AssertionConsumerServiceURL); >+ request->AssertionConsumerServiceURL = g_strdup(sp_url); >+ ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, r, "done setting ACS - %s",request->AssertionConsumerServiceURL); >+ >+ //end mikec >+ > request->ForceAuthn = FALSE; > request->IsPassive = is_passive; >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1130604
:
927178
|
927254