I get a 404 page not found.
When I look in the mellon_diagnostics file at the end of the request block of information just prior to the == response == I see:
[APLOG_ERR auth_mellon_handler.c:3551] Endpoint "logout/" not handled by mod_auth_mellon.
I need to enable logout functionality for my application which will log the user out of the sso server along with logging the user out of my application.
I have mod_auth_mellon 0.14 configured in apache 2.4.y7 and have been successful in performing an sp-initiated sso login. When I attempt to logout by accessing: https://phxacrtest.oraclecorp.com/mellon/logout/?ReturnTo=/logout.html
I get a 404 page not found. When I look in the mellon_diagnostics file at the end of the request block of information just prior to the == response == I see: [APLOG_ERR auth_mellon_handler.c:3551] Endpoint "logout/" not handled by mod_auth_mellon.
My sp_metadata.xml file looks like:
I need to enable logout functionality for my application which will log the user out of the sso server along with logging the user out of my application.