Mike Dillon
Mike Dillon
@stevecrozz Do you think that just adding a "Watched?" column to the main "Apps" view would make sense, or should a separate `/apps/watched` view be created? I could also see...
I had a bit of time this evening to look at this and started a branch: https://github.com/errbit/errbit/compare/master...appropriate:watched-apps
@stevecrozz Are you talking about the URL parameter name or something else?
@phillipross I would recommend a slightly different approach 1. Split `initdb-postgis.sh` into two scripts, one of which is just [the part in the loop](https://github.com/postgis/docker-postgis/blob/master/initdb-postgis.sh#L16-L21) 2. Call that script from `initdb-postgis.sh`,...
`idp_cert_fingerprint_validator` is not required. It was added in #31, so you can read more about the use case there.
@pitbulk I'm not sure beyond what's described in #31. Perhaps it wasn't possible to dynamically provide the value of `idp_cert_fingerprint` when that PR was merged in late 2014? Perhaps @bpedro...
@pitbulk The code that deals with this "validator" is at https://github.com/omniauth/omniauth-saml/blob/59eeeb1eb030d8f4910c224598de21e2a25fdcab/lib/omniauth/strategies/saml.rb#L52-L59 (and in the [`response_fingerprint`](https://github.com/omniauth/omniauth-saml/blob/59eeeb1eb030d8f4910c224598de21e2a25fdcab/lib/omniauth/strategies/saml.rb#L93-L102) method). Since that code is extracting the fingerprint from the SAML response directly, it is...
It looks like you should be able to use Omniauth's `setup` phase to do this: https://github.com/intridea/omniauth/wiki/Setup-Phase
@vuhailuyen1991 It looks like you configured it using `setup: true` and adding a route for `/auth/saml/setup` that points to your `saml_setup` action. Did you see a redirect to the correct...
@Rajniktc `:idp_sso_target_url` should be given to you by your IdP.