We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36898b0 commit caeef6aCopy full SHA for caeef6a
testsuite/ui/views/admin/audience/developer_portal/sso_integrations.py
@@ -78,7 +78,7 @@ class RHSSOIntegrationEditView(BaseAudienceView):
78
path_pattern = "/p/admin/authentication_providers/{integration_id}/edit"
79
client_id = TextInput(id="authentication_provider_client_id")
80
client_secret = TextInput(id="authentication_provider_client_secret")
81
- realm = TextInput(id="authentication_provider_realm")
+ realm = TextInput(id="authentication_provider_site")
82
update_button = ThreescaleUpdateButton()
83
84
def __init__(self, parent, integration):
0 commit comments