xdavidwu / laravel-oidc-auth

OpenID Connect authentication for Laravel
MIT License
8 stars 6 forks source link

add auth guard for being a resource server, using token introspection #6

Open xdavidwu opened 1 year ago

xdavidwu commented 1 year ago

not sure if it is really in scope of this project, but this sure will benifit from sharing configuration with us, especially for token instrospection endpoint that is protected with client authentication (id+secret), the first protection approach suggested by rfc7662.

xdavidwu commented 8 months ago

implementation will also likely to share:

design may also be similiar: a factory to map data to user, with a generic in-session-only fallback