adsf (A Dead Simple Fileserver) is a tiny static file server that you can launch instantly in any directory.
Questions tagged [adsf]
5 questions
2
votes
1 answer
Spring security SAML authentication failure with Microsoft ADFS
We are trying to use Spring Security to connect to a Microsoft ADFS server.
We set up the Spring SAML sample application, as described in Spring security documentation, but we get the following errors on the ADFS server.
Exception details:
…

Thierry B.
- 21
- 3
2
votes
1 answer
Could not find the required 'adsf' gem, which is necessary for the view command
I was recently working on a project in nanoc and installed bundler so I could use guard to watch the project directory.
Now when I run nanoc view the webserver doesn't start up displaying the following error instead:
$ nanoc view
Could not find the…

leeand00
- 25,510
- 39
- 140
- 297
1
vote
0 answers
How to add SAML token to SOAP Request in C#
I try to call a SOAP service by authenticating myself with a SAML token.
First I get a SAML token for the target by calling the ADFS:
var stsEndpoint = "https://ADFS.EXAMPLE/adfs/services/trust/13/kerberosmixed";
var reliantPartyUri =…

Geaz
- 98
- 7
0
votes
1 answer
How to make ADSF/Puma serve HTML files without the .html extension
I am building a static site without the help of Jekyll or any other known static site builder. When deploying such site to a static site host like GitHub Pages or Netlify, these servers know to load software.html when I am accessing…

DannyB
- 12,810
- 5
- 55
- 65
0
votes
1 answer
Change default content type for previewing site with "nanoc view"
I generate HTML files without any filetype extension with the following route in nanoc’s Rules file:
route '/blog/*/' do
item.identifier.chop
end
So the file /content/blog/hello-world.html gets generated as /output/blog/hello-world, leading to…

unor
- 92,415
- 26
- 211
- 360