Skip to content
This repository was archived by the owner on Jun 12, 2021. It is now read-only.

Commit 02d9391

Browse files
committed
Fix introspection endpoint's advertised name
1 parent 79fd7f8 commit 02d9391

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/oidcendpoint/oauth2/introspection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class Introspection(Endpoint):
1717
response_cls = oauth2.TokenIntrospectionResponse
1818
request_format = "urlencoded"
1919
response_format = "json"
20-
endpoint_name = "introspection"
20+
endpoint_name = "introspection_endpoint"
2121
name = "introspection"
2222

2323
def get_client_id_from_token(self, endpoint_context, token, request=None):

0 commit comments

Comments
 (0)