You are here

public function Authentication::get_wsfed_metadata_link in Auth0 Single Sign On 8.2

Build and return a WS-Federation metadata link

@link https://auth0.com/docs/protocols/ws-fed

Return value

string

File

vendor/auth0/auth0-php/src/API/Authentication.php, line 223

Class

Authentication
Class Authentication

Namespace

Auth0\SDK\API

Code

public function get_wsfed_metadata_link() {
  return 'https://' . $this->domain . '/wsfed/FederationMetadata/2007-06/FederationMetadata.xml';
}