summaryrefslogtreecommitdiff
path: root/app/controllers
AgeCommit message (Expand)Author
2019-01-29specify custom issuermokha
2018-01-27issuer -> entity_idmo
2017-12-17merge sp#index and idp#index into one page.mo
2017-12-17change createmo
2017-12-17make it easy to display the SP metadata in the browser.mo
2017-12-17load config for specific service provider.mo
2017-12-17generate unique service provider configurations.mo
2017-12-16load sp based on issuer.mo
2017-12-16fix typo.mo
2017-12-15fix bug.mo
2017-12-15find service provider metadata via relay state.mo
2017-12-15allow selection of SP to create a request for.mo
2017-12-15create service providers controller.mo
2017-12-15include issuer if specified.mo
2017-12-15allow deleting an refreshing metadata.mo
2017-12-15rename registrations to identity_providersmo
2017-12-01remove duplication.mo
2017-12-01acs_url -> assertion_consumer_service_urlmokha
2017-12-01use simpler api for building request/response.mokha
2017-11-24display response from IDP.mo
2017-11-24add debug info to logout HTTP-POSTmo
2017-11-24add debug output login HTTP-POST.mo
2017-11-24convert spinner layout to partial.mo
2017-11-24remove commented out line.mo
2017-11-24remove dead code.mo
2017-11-24reduce all actions down to the registrations controller.mo
2017-11-24work towards allowing login to mulitiple IDPS.mo
2017-11-23add page to register identity providers.mo
2017-11-22:post -> :http_postmo
2017-11-22fix name of IDP metadata url ENV var.mo
2017-11-21render errors and include acs_url in request.mo
2017-11-20Merge branch 'backup-master'mo
2017-11-20extract assertions controller for consuming responses from the IDP.mo
2017-11-20specify content type for metadata.mo
2017-11-19rename idp_metadata -> idp.mo
2017-11-19pass the raw params for signature verification.mo
2017-11-19implement logout flow.mo
2017-11-19use binding to serialize/deserializemo
2017-11-18serialize post form correctly.mo
2017-11-16use new binding api for serializing the request.mo
2017-11-15remove build_request method.mo
2017-11-15update controller to use builder directly.mo
2017-11-13render spinner on logout.mo
2017-11-13add binding keyword arg.mo
2017-11-12allow idp to build login and logout requests.mo
2017-11-11rename variables to match name in login.mo
2017-11-11extract urlbuilder class.mo
2017-11-11start to define API for logout.mo
2017-11-10cache metadata.mo
2017-11-10remove signature from metadata.mo