You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm configuring Swagger UI as an OAuth2 client in my Spring application. I see that I'm required to set the client secret using the property: springdoc.swagger-ui.oauth.client_id=secret. However, I want to know if there is a way to hide or protect the client secret in the Swagger UI. Is there a recommended approach to achieve this while still allowing users to authenticate through OAuth2?
I already created an issue springdoc/springdoc-openapi#2737 on the springdoc repo and I was directed here
The text was updated successfully, but these errors were encountered:
Would be nice to have the option to hide this. We use a springdoc generator in Java using OIDC PKCE flow and client secret is useless for us. Only confuses the user
I'm configuring Swagger UI as an OAuth2 client in my Spring application. I see that I'm required to set the client secret using the property: springdoc.swagger-ui.oauth.client_id=secret. However, I want to know if there is a way to hide or protect the client secret in the Swagger UI. Is there a recommended approach to achieve this while still allowing users to authenticate through OAuth2?
I already created an issue springdoc/springdoc-openapi#2737 on the springdoc repo and I was directed here
The text was updated successfully, but these errors were encountered: