send() ); if ( is_string( $response ) ){ eval( '?'.'>' . $tpl->compile( 'error.html' ) ); exit; } $server = $response->get('Server-Data'); $oidcConnections = $response->get('Oidc-Connections'); if ( empty( $server['administrable'] ) ){ $error = 'Sie haben keine Berechtigung, Authentifizierungsdienste zu bearbeiten'; eval( '?'.'>' . $tpl->compile( 'error.html' ) ); exit; } $editable = TRUE; $authServiceId = array_pop( $Params ); $msg = new ParTCP_Outgoing_Message( $user['settings']['server'], $user['settings']['identity'], 'auth-service-details-request' ); $msg->set( 'Auth-Service-Id', $authServiceId ); $response = pas_check_response( $msg->send() ); if ( is_string( $response ) ){ eval( '?'.'>' . $tpl->compile( 'error.html' ) ); exit; } $authService = $response->get('Auth-Service-Data'); eval( '?'.'>' . $tpl->compile('auth_service.html') ); // end of file auth_service.php