Skip to content

Commit 6c3b63a

Browse files
committed
- Added the new domains to the Okta domain list in the code files mentioned.
1 parent 8ef9317 commit 6c3b63a

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

okta/config/config_validator.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,10 @@ def _validate_org_url(self, url: str):
164164
"-admin.okta.com",
165165
"-admin.oktapreview.com",
166166
"-admin.okta-emea.com",
167+
"-admin.okta-gov.com",
168+
"-admin.okta.mil",
169+
"-admin.okta-miltest.com",
170+
"-admin.trex-govcloud.com",
167171
]
168172
if any(string in url for string in admin_strings) or "-admin" in url:
169173
url_errors.append(

openapi/management.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ servers:
2323
variables:
2424
yourOktaDomain:
2525
default: subdomain.okta.com
26-
description: The domain of your organization. This can be a provided subdomain of an official okta domain (okta.com, oktapreview.com, etc) or one of your configured custom domains.
26+
description: The domain of your organization. This can be a provided subdomain of an official okta domain (okta.com, oktapreview.com, okta-gov.com, okta.mil, okta-miltest.com, trex-govcloud.com, etc) or one of your configured custom domains.
2727
tags:
2828
- name: AgentPools
2929
x-displayName: Agent Pools

0 commit comments

Comments
 (0)