We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a2b5e7 commit 16f13b3Copy full SHA for 16f13b3
tests/unit/zhmcclient/test_sso_server_definition.py
@@ -319,8 +319,14 @@ def test_sso_delete_create_same(self):
319
sn_sso_srv_def_props = {
320
"name": sso_srv_def_name,
321
"description": "SSO Server Definition with same name",
322
- "primary-hostname-ipaddr": "10.11.12.13",
323
- "search-distinguished-name": "test{0}",
+ "type": "oidc",
+ "client-secret": "sso1-client-secret",
324
+ "client-id": "sso1-123456",
325
+ "issuer-url": "https://sso1.example.com/issuer",
326
+ "authentication-url": "https://sso1.example.com/auth",
327
+ "token-url": "https://sso1.example.com/token",
328
+ "jwks-url": "https://sso1.example.com/jwks",
329
+ "logout-url ": "https://sso1.example.com/logout",
330
}
331
332
sso_srv_def_mgr = self.console.sso_server_definitions
0 commit comments