act as an saml identity provider

This commit is contained in:
Christophe Robillard 2020-11-12 16:09:21 +01:00
parent f30ac39ffb
commit 9347951cea
9 changed files with 93 additions and 0 deletions

View file

@ -1,4 +1,8 @@
Rails.application.routes.draw do
get '/saml/auth' => 'saml_idp#new'
post '/saml/auth' => 'saml_idp#create'
get '/saml/metadata' => 'saml_idp#metadata'
#
# Manager
#