Bug 52054 - [OIDC] Allow relying party configuration with insecure flag and without redirectURI
[OIDC] Allow relying party configuration with insecure flag and without redir...
Status: CLOSED FIXED
Product: UCS
Classification: Unclassified
Component: OpenID Connect
UCS 4.4
Other Linux
: P5 normal (vote)
: ---
Assigned To: Erik Damrose
Julia Bremer
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2020-09-17 21:14 CEST by Erik Damrose
Modified: 2021-01-22 11:41 CET (History)
1 user (show)

See Also:
What kind of report is it?: Feature Request
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 Erik Damrose univentionstaff 2020-09-17 21:14:37 CEST
Relying parties for OIDC can be desktop apps. These have no redirectURI. Configuring them in kopano connect additionally requires the insecure=true flag

Example config for ownCloud desktop app in identifier-registration.yaml:

- id: <someid>
  secret: <somesecret>
  name: ownCloud desktop app
  application_type: native
  insecure: true

The OpenID Connect Provider app should allow configuration for these kind of apps.
- expose insecure flag in udm
- do not require a redirectURI to be set
Comment 1 Erik Damrose univentionstaff 2020-09-29 10:35:59 CEST
cd19952 Bug #52054: Allow configuration of services without redirect URI
30576de Bug #52054: Allow configuration of services without redirect URI

Test App Center is updated, version is 2.1-konnect-0.33.6
Comment 4 Julia Bremer univentionstaff 2020-10-05 08:03:28 CEST
Code review: OK
Schema extension: OK
Writing of configuration yaml on attribute "insecure": OK
redirectURI not required any more: OK
OIDCP login works with wordpress and owncloud: OK

Verified
Comment 5 Erik Damrose univentionstaff 2021-01-22 11:41:59 CET
App version 2.1-konnect-0.33.8