#266 Implement OpenID Connect unauthenticated clients
Merged by puiterwijk. Opened by puiterwijk.
puiterwijk/ipsilon oidc-secretless  into  master

Download 266.patch

Unauthenticated clients mean that they have auth_method set to None.
This means that they do not have a way to reasonably store a secret, for e.g. client-side utilities.

These clients do not have access to any of the Ipsilon APIs with their client credentials.

The second commit message has a typo: s/sspecify/specify/.

This variable name is confusing given the variable name above it. I suggest adding a comment above it explaining what it is and how it is different from api_client_authenticated, or picking a more differentiated name.

LGTM.

rebased

As far as enablement go this code LGTM.

LGTM.

Commit 5a121656 fixes this pull-request

Pull-Request has been merged by puiterwijk@redhat.com

Metadata