fleet/tools/saml/config.php
Roberto Dip a23d208b1d
gate DEP enrollment behind SSO when configured (#11309)
#10739

Co-authored-by: Gabriel Hernandez <ghernandez345@gmail.com>
Co-authored-by: gillespi314 <73313222+gillespi314@users.noreply.github.com>
2023-04-27 09:43:20 -03:00

11 lines
347 B
PHP

<?php
$metadata['https://localhost:8080'] = array(
'AssertionConsumerService' => [
'https://localhost:8080/api/v1/fleet/sso/callback',
'https://localhost:8080/api/v1/fleet/mdm/sso/callback',
],
'NameIDFormat' => 'urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddres',
'simplesaml.nameidattribute' => 'email',
);