Skip to content

Instantly share code, notes, and snippets.

@yulgit1
Created April 26, 2016 21:44
Show Gist options
  • Save yulgit1/d66d9640eef4363da63b5696995f4268 to your computer and use it in GitHub Desktop.
Save yulgit1/d66d9640eef4363da63b5696995f4268 to your computer and use it in GitHub Desktop.
avalon logout error
[AVALON] [130.132.80.210] [2016.04.26 17:40:38.443] logout of cas
[AVALON] [130.132.80.210] [2016.04.26 17:40:38.443] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 7 ORDER BY "users"."id" ASC LIMIT 1
[AVALON] [130.132.80.210] [2016.04.26 17:40:38.443] Redirected to https://secure.its.yale.edu/cas/logout
[AVALON] [130.132.80.210] [2016.04.26 17:40:38.443] Completed 302 Found in 13ms (ActiveRecord: 0.3ms)
[AVALON] [172.28.51.119] [2016.04.26 17:40:38.520]
[AVALON] [172.28.51.119] [2016.04.26 17:40:38.520]
[AVALON] [172.28.51.119] [2016.04.26 17:40:38.520] Started POST "/users/auth/cas/callback?url=http%3A%2F%2Flibdev4.library.yale.edu%3A3005%2F" for 172.28.51.119 at 2016-04-26 17:40:38 -0400
[AVALON] [172.28.51.119] [2016.04.26 17:40:38.520] (cas) Callback phase initiated.
[AVALON] [172.28.51.119] [2016.04.26 17:40:38.520] (cas) Authentication failure! logout_request: Nokogiri::XML::XPath::SyntaxError, Undefined namespace prefix: //saml:NameID
[AVALON] [172.28.51.119] [2016.04.26 17:40:38.520] Processing by Users::OmniauthCallbacksController#failure as HTML
[AVALON] [172.28.51.119] [2016.04.26 17:40:38.520] Parameters: {"logoutRequest"=>"<samlp:LogoutRequest xmlns:samlp=\"urn:oasis:names:tc:SAML:2.0:protocol\" ID=\"LR-56426-Yg5ebFyLQLbjoUSw0Uli0dE4vbJQ3ryheTP\" Version=\"2.0\" IssueInstant=\"2016-04-26T17:40:38Z\"><saml:NameID xmlns:saml=\"urn:oasis:names:tc:SAML:2.0:assertion\">@NOT_USED@</saml:NameID><samlp:SessionIndex>ST-894558-5e5JokKRtDXs5TiN9yxj-vmssoprdapp01</samlp:SessionIndex></samlp:LogoutRequest>", "url"=>"http://libdev4.library.yale.edu:3005/"}
[AVALON] [172.28.51.119] [2016.04.26 17:40:38.520] Redirected to http://libdev4.library.yale.edu:3005/users/sign_in.user
[AVALON] [172.28.51.119] [2016.04.26 17:40:38.520] Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
[AVALON] [172.28.51.119] [2016.04.26 17:40:38.558]
[AVALON] [172.28.51.119] [2016.04.26 17:40:38.558]
[AVALON] [172.28.51.119] [2016.04.26 17:40:38.558] Started POST "/users/auth/cas/callback?url=http%3A%2F%2Flibdev4.library.yale.edu%3A3005%2F" for 172.28.51.119 at 2016-04-26 17:40:38 -0400
[AVALON] [172.28.51.119] [2016.04.26 17:40:38.558] (cas) Callback phase initiated.
[AVALON] [172.28.51.119] [2016.04.26 17:40:38.558] (cas) Authentication failure! logout_request: Nokogiri::XML::XPath::SyntaxError, Undefined namespace prefix: //saml:NameID
[AVALON] [172.28.51.119] [2016.04.26 17:40:38.558] Processing by Users::OmniauthCallbacksController#failure as HTML
[AVALON] [172.28.51.119] [2016.04.26 17:40:38.558] Parameters: {"logoutRequest"=>"<samlp:LogoutRequest xmlns:samlp=\"urn:oasis:names:tc:SAML:2.0:protocol\" ID=\"LR-56425-OkxTZLvs0KveAPS1dvo76C0fLT3qv1CSiLP\" Version=\"2.0\" IssueInstant=\"2016-04-26T17:40:38Z\"><saml:NameID xmlns:saml=\"urn:oasis:names:tc:SAML:2.0:assertion\">@NOT_USED@</saml:NameID><samlp:SessionIndex>ST-894421-K5VVF2lA2C1cTzi22upe-vmssoprdapp01</samlp:SessionIndex></samlp:LogoutRequest>", "url"=>"http://libdev4.library.yale.edu:3005/"}
[AVALON] [172.28.51.119] [2016.04.26 17:40:38.558] Redirected to http://libdev4.library.yale.edu:3005/users/sign_in.user
[AVALON] [172.28.51.119] [2016.04.26 17:40:38.558] Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment