I have a server that supports oauth2 but doesn't have a /.well-known/openid-configuration.
I can use it with a lot of libraries by setting the token and authentication endpoints, and it works, would it be possible for this cli to accept the parameters that it gets from the endpoint via cli arguments?
IIRC that endpoint is only mandatory for oidc, not oauth2.
I have a server that supports oauth2 but doesn't have a
/.well-known/openid-configuration
.I can use it with a lot of libraries by setting the token and authentication endpoints, and it works, would it be possible for this cli to accept the parameters that it gets from the endpoint via cli arguments?
IIRC that endpoint is only mandatory for oidc, not oauth2.