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

Commit 059636d

Browse files
authored
Merge pull request #40 from nsklikas/fix-introspection-endpoint
Fix introspection endpoint's advertised name
2 parents 4e2367d + 02d9391 commit 059636d

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)