Skip to content

Example for using oidcphp on Laravel

License

Notifications You must be signed in to change notification settings

oidcphp/example-laravel

Repository files navigation

Example on Laravel

Testing

Example for using oidc/core on Laravel

Sign In With Apple

Controller:

Notice: response_mode must be form_post, so that callback route must be post method.

Provider:

Notice: Client secret in SignInWithApple is a dynamic JWT string, see code for more information.

OpenID Connect Configuration:

Line

Controller:

Provider:

Notice: Register new JWK with HS256 algorithm and client key. ID token will sign with HS256 algorithm.

OpenID Connect Configuration:

Office 365

Controller:

Provider:

OpenID Connect Configuration:

About

Example for using oidcphp on Laravel

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published