Skip to content

Commit

Permalink
try test with domain set
Browse files Browse the repository at this point in the history
  • Loading branch information
djay committed Dec 6, 2024
1 parent 47319c2 commit a0190a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/services/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ def keycloak(keycloak_service):
"scope": ("openid", "profile", "email"),
"redirect_uris": ("/login_oidc/oidc",),
"create_restapi_ticket": True,
"identity_domain_name": "blah", # ensure non OAM SP ignores extra params/header
}


Expand Down

0 comments on commit a0190a4

Please sign in to comment.