mirror of
				https://git.pvv.ntnu.no/Drift/pvv-nixos-config.git
				synced 2025-10-31 01:08:03 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			242 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			242 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| $config = array(
 | |
|     'admin' => array(
 | |
|       'core:AdminPassword'
 | |
|     ),
 | |
|     'default-sp' => array(
 | |
|         'saml:SP',
 | |
|         'entityID' => 'https://wiki.pvv.ntnu.no/simplesaml/',
 | |
|         'idp' => 'https://idp.pvv.ntnu.no/',
 | |
|     ),
 | |
| );
 |