public function UrlBuildersTest::testThatWsFedMetadataLinkIsBuiltProperly in Auth0 Single Sign On 8.2
File
- vendor/
auth0/ auth0-php/ tests/ API/ Authentication/ UrlBuildersTest.php, line 173
Class
Namespace
Auth0\Tests\API\AuthenticationCode
public function testThatWsFedMetadataLinkIsBuiltProperly() {
$api = new Authentication('test-domain.auth0.com');
$this
->assertEquals('https://test-domain.auth0.com/wsfed/FederationMetadata/2007-06/FederationMetadata.xml', $api
->get_wsfed_metadata_link());
}