Add OIDC discovery, JWKS validation, Socialite integration, OAuth identity linking, and configurable registration policy for password and SSO signups. Update related settings/profile UI and tests.
5 lines
93 B
PHP
5 lines
93 B
PHP
<?php
|
|
|
|
namespace App\Auth\Oidc\Exceptions;
|
|
|
|
class OidcJwksException extends OidcException {}
|