act as an saml identity provider
This commit is contained in:
parent
f30ac39ffb
commit
9347951cea
9 changed files with 93 additions and 0 deletions
|
@ -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
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue