any idea how to get rid of this
# flyte-support
e
any idea how to get rid of this
a
Do you have two secret locations?
e
no just one
ohh that i fixed
also i just enabled selfAuthserver as well
Copy code
│ configuration:                                                                                                                                                                                                                                                                           │
│   auth:                                                                                                                                                                                                                                                                                  │
│     appAuth:                                                                                                                                                                                                                                                                             │
│       selfAuthServer:                                                                                                                                                                                                                                                                    │
│         staticClients:                                                                                                                                                                                                                                                                   │
│           - my-client:                                                                                                                                                                                                                                                                   │
│               id: my-client                                                                                                                                                                                                                                                              │
│               client_secret: <>                                                                                                                                                                            │
│               scopes:                                                                                                                                                                                                                                                                    │
│                 - access_token                                                                                                                                                                                                                                                           │
│                 - offline                                                                                                                                                                                                                                                                │
│                 - all                                                                                                                                                                                                                                                                    │
│               grant_types:                                                                                                                                                                                                                                                               │
│                 - client_credentials                                                                                                                                                                                                                                                     │
│               response_types:                                                                                                                                                                                                                                                            │
│                 - token                                                                                                                                                                                                                                                                  │
│     authorizedUris:                                                                                                                                                                                                                                                                      │
│     - <https://flyte.ai>                                                                                                                                                                                                                                            │
│     enabled: true                                                                                                                                                                                                                                                                        │
│     internal:                                                                                                                                                                                                                                                                            │
│       clientSecret: <>                                                                                                                                                                                                                                                     │
│       clientSecretHash: <>                                                                                                                                                                                 │
│     oidc:                                                                                                                                                                                                                                                                                │
│       baseUrl: <https://accounts.google.com>                                                                                                                                                                                                                                               │
│       clientId: <>                                                                                                                                                                                  │
│       clientSecret: <>
will this work?
and when i use Pkceii keepo getting this
Copy code
←←←                                                                                                                                                                                                                                                                Sign in - Google Accounts
    Google

Couldn't sign you in

   The browser you're using doesn't support JavaScript, or has JavaScript turned off.

   To keep your Google Account secure, try signing in on a browser that has JavaScript turned on. Learn more

   If you continue to have problems signing in, please contact your administrator.

   [English (United States)________]

     * Help
     * Privacy
     * Terms
@average-finland-92144 any idea?
a
hey @early-addition-41415 1. You need to use ClientSecret or PKCE? 2. Is this flyte-binary or flyte-core? 3. I think you can register additional clients but you still need to have the other clients like
flyte-cli
in the base config