rhythmic-holiday-67222
11/22/2024, 3:56 PMbrief-egg-61061
11/22/2024, 3:56 PMbrief-egg-61061
11/22/2024, 3:57 PMory patch oauth2-config --project <project-id> --workspace <workspace-id> \ --replace "/ttl/authorization_code=\"5m\"" \ --format yaml
In this command, "/ttl/authorization_code"
represents the configuration path for the authorization code TTL. The value "5m"
sets the lifespan to 5 minutes. It's important to note that authorization codes are meant to be short-lived for security reasons, as they are temporary tokens used in the OAuth 2.0 authorization flow.rhythmic-holiday-67222
11/22/2024, 3:58 PMbrief-egg-61061
11/22/2024, 3:58 PMbrief-egg-61061
11/22/2024, 3:59 PM