Justin Ryan

Results 8 issues of Justin Ryan

Hi, appreciate your work on this plugin. Not being real familiar with ruby/gems, I didn't realize this ominous-looking trace just means that I need to `gem install bundler`: ``` bash...

### Motivation In SPAs we use a hidden iframe to keep the session cookie updated by calling `/oauth2/start`. This goes through the whole login flow, with redirects to and from...

enhancement

Add functions to get/add/delete **Client Scope** role mappings. Note there are already unfortunately-named `get/assign/delete_client_roles_to_client_scope` functions, which act on a Client's "dedicated" scope. I am open to adjusting the naming here,...

### Describe the bug Related to https://github.com/keycloak/terraform-provider-keycloak/issues/865, which is for terraform not updating bind_credential. But the provider seems to upsert the value any time the resource is applied without knowing...

### Keywords timer ### Problem Hello, how do you recommend spreading out the invocations of hundreds of resources on timers after restart? I was hoping I could set a random...

question

## Description Add `--pass-refresh-token` option, copied almost verbatim from `--pass-access-token`. ## Motivation and Context Fixes https://github.com/oauth2-proxy/oauth2-proxy/issues/3216 This will help support offline access. ## How Has This Been Tested? Updated tests...

docs
go
tests

### Motivation This will help enable OIDC [offline_access](https://openid.net/specs/openid-connect-core-1_0.html#OfflineAccess) with e.g. Keycloak, which makes the refresh token long-lived, suitable for storing in a database for later exchange for a new access...

enhancement

### Before reporting an issue - [x] I have read and understood the above terms for submitting issues, and I understand that my issue may be closed without action if...

area/oidc
kind/bug
status/triage
team/core-clients