PHP code example of johnriveragonzalez / saml2-okta
1. Go to this page and download the library: Download johnriveragonzalez/saml2-okta library. Choose the download type require.
2. Extract the ZIP file and open the index.php.
3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
johnriveragonzalez / saml2-okta example snippets
use JohnRiveraGonzalez\Saml2Okta\Saml2OktaPlugin;
public function panel(Panel $panel): Panel
{
return $panel
->plugins([
Saml2OktaPlugin::make(),
]);
}