Bug 56749 - Fix inconsistency in univention-keycloak calls
Fix inconsistency in univention-keycloak calls
Status: NEW
Product: UCS
Classification: Unclassified
Component: Keycloak
UCS 5.0
Other Linux
: P5 normal (vote)
: ---
Assigned To: UCS maintainers
UCS maintainers
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2023-10-18 09:15 CEST by Silke Meyer
Modified: 2023-10-18 16:21 CEST (History)
2 users (show)

See Also:
What kind of report is it?: ---
What type of bug is this?: ---
Who will be affected by this bug?: ---
How will those affected feel about the bug?: ---
User Pain:
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional):
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Silke Meyer univentionstaff 2023-10-18 09:15:09 CEST
While I can query the existing SAML service providers in Keycloak from UCS, this is not possible for OICD relying parties. I expect to be able to run the same command for both.

See:
usage: univention-keycloak saml/sp [-h] {create,get} ...
versus:
usage: univention-keycloak oidc/rp [-h] {create,secret} ...
Comment 1 Florian Best univentionstaff 2023-10-18 14:14:54 CEST
Can you also say what you need it for?
Comment 2 Silke Meyer univentionstaff 2023-10-18 16:21:16 CEST
(In reply to Florian Best from comment #1)
> Can you also say what you need it for?

I need it to look up which RPs are already configured in Keycloak before adding new ones.

Or what was the reason for which you implemented the query for SAML SPs?