Documentation

Federation
in package

Utility functions for Federation

OpenID Connect Federation Entity Statement

Table of Contents

__construct()  : Federation
creates a new Federation instance
isFederationSupported()  : bool
check if federation is supported

Methods

__construct()

creates a new Federation instance

public __construct(array<string|int, mixed> $config, array<string|int, mixed> $fed_config) : Federation
Parameters
$config : array<string|int, mixed>

base configuration

$fed_config : array<string|int, mixed>

federation configuration

Tags
throws
Exception
Return values
Federation

isFederationSupported()

check if federation is supported

public isFederationSupported(string $federation) : bool
Parameters
$federation : string

entity id of federation

Tags
throws
Exception
Return values
bool

if federation is supported

Search results