Hi :wave: I noticed that when creating an OAuth2 ...
# ory-network
b
Hi 👋 I noticed that when creating an OAuth2 Client with JWT authentication, a
client_secret
is generated anyway. This is a bit unexpected as the point of using JWT authentication is to avoid using static credentials. I mean, I can just ignore the
client_secret
and don’t use it but wanted to double check if this is expected or not. Thanks