Example for using oidc/core
on Laravel
Controller:
Notice:
response_mode
must beform_post
, so that callback route must bepost
method.
Provider:
Notice: Client secret in SignInWithApple is a dynamic JWT string, see code for more information.
OpenID Connect Configuration:
Controller:
Provider:
Notice: Register new JWK with HS256 algorithm and client key. ID token will sign with HS256 algorithm.
OpenID Connect Configuration:
Controller:
Provider:
OpenID Connect Configuration: