Hi Kevin > * Adding support for authentication via a trusted header, making it easier to > integrate with corporate single sign on (and Windows authentication) > I have looked into a few packages for my work. NodeSSPI is attractive to me > as one option because I work in an environment with Windows servers and VMs.
NodeSSPI would require some custom integration to get it working inside TW5, but it certainly looks possible. I’ve been accomplishing something similar by running TW5 behind IIS and using a special rewrite module to make the Windows username available in a header: http://www.helicontech.com/isapi_rewrite/download.html <http://www.helicontech.com/isapi_rewrite/download.html> There are some instructions for setting things up behind IIS here: https://tiddlywiki.com/prerelease/#Installing%20TiddlyWiki%20on%20Microsoft%20Internet%20Information%20Server > > * Adding support for more fine grained authorisation (ie granting/denying > individual users read/write permission to resources) > I think it would be nice to be able to organize users into groups for such > permission also. I do intend to add support for user groups with the built-in basic authentication module. > Is there anything I can do to assist in either of these areas? If I'm way > off-base, please also let me know as this is my first post to this group. Thank you! Contributions are always welcome. In this particular case, this is quite a big change and so help with testing and documenting different configurations is likely to be very helpful, Best wishes Jeremy. > > -- > You received this message because you are subscribed to the Google Groups > "TiddlyWikiDev" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] > <mailto:[email protected]>. > To post to this group, send email to [email protected] > <mailto:[email protected]>. > Visit this group at https://groups.google.com/group/tiddlywikidev > <https://groups.google.com/group/tiddlywikidev>. > To view this discussion on the web visit > https://groups.google.com/d/msgid/tiddlywikidev/becfbb12-cb51-4680-bb0b-ff09eb3240cc%40googlegroups.com > > <https://groups.google.com/d/msgid/tiddlywikidev/becfbb12-cb51-4680-bb0b-ff09eb3240cc%40googlegroups.com?utm_medium=email&utm_source=footer>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/tiddlywikidev. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywikidev/1D0F85D8-73E2-4721-B251-EFEB676FC1CF%40gmail.com. For more options, visit https://groups.google.com/d/optout.
