#407 openidc: also set 'introspection_endpoint'
Merged 2 months ago by ngompa. Opened 2 months ago by adamwill.
adamwill/ipsilon introspection-endpoint  into  master

@@ -752,6 +752,8 @@ 

                                          'Token'),

              'token_introspection_endpoint': '%s%s' % (self.cfg.endpoint_url,

                                          'TokenInfo'),

+             'introspection_endpoint': '%s%s' % (self.cfg.endpoint_url,

+                                         'TokenInfo'),

              'userinfo_endpoint': '%s%s' % (self.cfg.endpoint_url,

                                             'UserInfo'),

              'jwks_uri': '%s%s' % (self.cfg.endpoint_url,

flask-oidc actually wants introspection_endpoint, not
token_introspection_endpoint. I got mixed up looking at the
config on a keycloak instance, which sets both. Seems reasonable
to set both here too, so let's do that, rather than removing
token_introspection_endpoint.

Signed-off-by: Adam Williamson awilliam@redhat.com

Pull-Request has been merged by ngompa

2 months ago
Metadata