Aaron Donovan

Results 16 comments of Aaron Donovan

I tried building the coverage report with the latest commit. Initially, I received the error: ` /home/vagrant/.cache/bazel/_bazel_vagrant/3732180162b4a634568314dd07cc3cc8/external/bazel_sonarqube/defs.bzl:122:25: name 'false' is not defined (did you mean 'False'?) ` After making that...

That was my mistake, I must have dropped those lines from WORKSPACE at some point. I can now run scanning without specifying a coverage report. However, I still unable to...

Nope On Thu, Feb 4, 2021 at 10:36 AM Prashil Gupta wrote: > @amdonov Did you get it working? I am trying > with golang project and seeing lot of...

I'm not having any issues building that tag. I realized that I haven't released for some time, and I just tagged a new version (v0.8.0) . Let me know if...

Sorry for the delayed response. I didn't see this ticket come in. The code that parses SP metadata could obviously use some more checks. I'll work to get those added....

Does your service provider implementation provide a metadata endpoint? If it does the easiest way to properly configure it is to run lite-idp add service-provider "metadata file or url" That...

You should be probably using the redirect binding to submit your authnrequest. In that case, the signature and the algorithm are request parameters. Is that what you're doing?

Not at this time.

Can you post the URL string that you're sending to the redirect binding endpoint?

I'm afraid there is a good bit more to it than that. You're probably going to what to use a library to create the request if you're not familiar with...