Open
Description
Version
main branch
Describe what's wrong
Hi, is there a simple way to change the default client id test
, secret test
and scope test
for gravitino example mentioned here
https://gravitino.apache.org/docs/0.8.0-incubating/security/how-to-authenticate#example
Set up an external OAuth 2.0 server
There is a sample-authorization-server based on [spring-authorization-server](https://github.com/spring-projects/spring-authorization-server/tree/1.0.3). The image has registered client information in the external OAuth 2.0 server and its clientId is test, secret is test, scope is test.
Error message and/or stacktrace
changing creds
How to reproduce
Open the URL of Gravitino server and login in with clientId test, clientSecret test, and scope test.
Additional context
No response
Activity