Skip to content
Snippets Groups Projects

filter by isSAML/isOIDC where appropriate

Merged Pavel Břoušek requested to merge fix-issaml-only into main
4 files
+ 58
11
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -160,6 +160,16 @@ $config = [
@@ -160,6 +160,16 @@ $config = [
*/
*/
'listOfSps.OIDCClientIdAttr' => '',
'listOfSps.OIDCClientIdAttr' => '',
 
/*
 
* Specify attribute name for facility attribute whether it is a SAML service
 
*/
 
'listOfSps.IsSAMLAttr' => '',
 
 
/*
 
* Specify attribute name for facility attribute whether it is an OIDC service
 
*/
 
'listOfSps.IsOIDCAttr' => '',
 
/*
/*
* Specify list of facility attributes, which will be shown
* Specify list of facility attributes, which will be shown
*/
*/
Loading