Pawel

Results 23 issues of Pawel

## WiP STATUS - there don't seem to be any tests around the key manager at present, please see comment below - I'm not sure if this needs any documentation...

I'm a bit confused by what can go into elements of `enum` property. One one hand, there is description: > An enumeration of all the possible values of instances of...

Type: Question

Input data to `/api/entityid` (and similar endpoints that accept a single string), don't quite make sense me. The endpoint accepts JSON, so I am expected to send a valid JSON...

Single logout support (implements #51) This is more in an RFC stage, feedback will be greatly appreciated. Got this working with OneLogin SAML client library, had to use HTTP Redirect...

Fixes #65 - `IdpConfiguration` needs to provide keyStore password to shared configuration, or else wrong password will be used if configured - Adding new entities didn't create keystores for them...

I found a few nasty problems trying to set a custom entity ID. 1. If entity ID is changed, and new credentials are not provisioned, /metadata call fails (I believe...

I'd like some help to understand this; I'm not sure what exactly the problem is at this point, and I don't quite understand all the details on how these services...

Hello. I'm trying to set up oauth2_proxy with nginx. I've specified: ``` proxy_prefix = "/gitlab-oauth" ``` In the config file. However, it doesn't seem to take for ".../auth" URL: It...

Hello. Is there any good example code on how to easily upgrade an HTTP connection to a WS? AFAIU, WSLay should only be engaged after the connection is upgraded, but...