bshaffer / oauth2-server-php

A library for implementing an OAuth2 Server in php
http://bshaffer.github.io/oauth2-server-php-docs
MIT License
3.25k stars 951 forks source link

Introspection endpoint not implemented #606

Open michikuehne opened 9 years ago

michikuehne commented 9 years ago

Hi there,

for our current project we are going to implement an introspection endpoint for our OpenID Connect server. This endpoint will will be used by the resource to validate the access token.

IEFT published a draft for the introspection endpoint December'14: https://tools.ietf.org/html/draft-ietf-oauth-introspection-04

Are there any plans for implementing an introspection endpoint in this library as well?

Best, Michael

Raphy commented 8 years ago

I'm wanting to implement an introspection endpoint for our OAuth2 Authorization Server to our OAuth2 Resources Server validate an AccessToken.

It could be nice to call something like :

$response = $server->handleIntrospectRequest($request, $response)

There is some news about the implementation of the introspection ? The draft was validated into RFC 7662 - OAuth 2.0 Token Introspection

UniBW commented 7 years ago

Are there any news on the introspection endpoint?

Cheers Andreas

bshaffer commented 7 years ago

I agree this should definitely be added! I'd love to get to it, but in the event this takes me a while to get to, pull requests are welcome!

bdegoy commented 5 years ago

Hello, I have made a pull request from an "introspection" branch. Regards, Bertrand