Skip to content

Commit 16f13b3

Browse files
Vonteddu ChaithraVonteddu Chaithra
authored andcommitted
Fixed issues
Signed-off-by: Vonteddu Chaithra <Vonteddu.Chaithra1@ibm.com>
1 parent 4a2b5e7 commit 16f13b3

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

tests/unit/zhmcclient/test_sso_server_definition.py

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -319,8 +319,14 @@ def test_sso_delete_create_same(self):
319319
sn_sso_srv_def_props = {
320320
"name": sso_srv_def_name,
321321
"description": "SSO Server Definition with same name",
322-
"primary-hostname-ipaddr": "10.11.12.13",
323-
"search-distinguished-name": "test{0}",
322+
"type": "oidc",
323+
"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",
324330
}
325331

326332
sso_srv_def_mgr = self.console.sso_server_definitions

0 commit comments

Comments
 (0)