|
|
|
@ -331,6 +331,7 @@ sub issuer { |
|
|
|
ini => { |
|
|
|
ini => { |
|
|
|
logLevel => $debug, |
|
|
|
logLevel => $debug, |
|
|
|
domain => 'idp.com', |
|
|
|
domain => 'idp.com', |
|
|
|
|
|
|
|
pdataDomain => 'idp.com', |
|
|
|
portal => 'http://auth.idp.com', |
|
|
|
portal => 'http://auth.idp.com', |
|
|
|
authentication => 'Demo', |
|
|
|
authentication => 'Demo', |
|
|
|
userDB => 'Same', |
|
|
|
userDB => 'Same', |
|
|
|
@ -464,6 +465,7 @@ sub sp { |
|
|
|
ini => { |
|
|
|
ini => { |
|
|
|
logLevel => $debug, |
|
|
|
logLevel => $debug, |
|
|
|
domain => 'sp.com', |
|
|
|
domain => 'sp.com', |
|
|
|
|
|
|
|
pdataDomain => 'sp.com', |
|
|
|
portal => 'http://auth.sp.com', |
|
|
|
portal => 'http://auth.sp.com', |
|
|
|
authentication => 'SAML', |
|
|
|
authentication => 'SAML', |
|
|
|
userDB => 'Same', |
|
|
|
userDB => 'Same', |
|
|
|
|