alert-byte-20504
10/18/2024, 6:32 PMhydra:
config:
urls:
consent: <https://127.0.0.1:3000/consent>
error: <https://127.0.0.1:3000/error>
login: <https://127.0.0.1:3000/login>
logout: <https://127.0.0.1:3000/logout>
self:
issuer: <https://127.0.0.1:5444/>
public: <https://127.0.0.1:5444/>
and it's working well, but when we try to use the introspect endpoint we have the error:
Post \"<https://127.0.0.1:4445/admin/oauth2/introspect>\": dial tcp 127.0.0.1:4445: connect: connection refused
we added as config the
self:
admin: <https://127.0.0.1:4445/>
but it is not working, what are we missing?