Tagged Questions
Central Authentication Service, a trusted system to authenticate a user
54
votes
8answers
1k views
Is “Code Access Security” of any real world use?
I am in the process of studying for the 70-536 .NET Framework - Application Development Foundation Exam, as I have been programming .net for many years, this should not be hard!
However I am having ...
32
votes
3answers
10k views
SSO with CAS or OAuth?
I wonder if I should use the CAS protocol or OAuth + some authentication provider for single sign-on.
Example Scenario:
A User tries to access a protected resource, but is not authenticated.
The ...
27
votes
6answers
9k views
Which SSO Framework to use?
I've used OpenSSO (which is very powerful but complicated) and JOSSO (very simple but lacking many features).
I've also looked at the CAS framework.
My question is: What is your recommendation & ...
17
votes
3answers
1k views
Which CAS implementation to use in django?
Which CAS implementation should i use to enable CAS single sign on to my django app (trusing a specified CAS server, I'm not interested in creating a CAS provider) ? What I can find are the ...
11
votes
4answers
633 views
.NET Code Access Security: Useful or just overcomplicated?
see also Is “Code Access Security” of
any real world use?
I want to get some other opinions on this...
I like the idea of Code Access Security for desktop applications. But in the lifetime of ...
8
votes
3answers
324 views
C# library for algebra simplification and solving
There are quite a few algebra solvers and simplifiers on the web (for example, the decent one at algebra.com). However, I'm looking for something I can plug into C# as part of a larger project (I'm ...
8
votes
3answers
1k views
Simple SSO - using custom authentication - CAS or some Oauth or openid server?
I'd like to know more about the
different ways of solving Single
Sign-On and their pros and cons. Have you worked with one particular solution, tell me what's good about it and tell me what the ...
8
votes
7answers
6k views
Why does my .net application require full trust?
I've developed a .net 3.0 application, which is deployed using clickonce.
I'd like to move from full trust to partial trust to ease deployment.
I've tried the "Calculate Permissions" tool in the ...
7
votes
8answers
933 views
Why to use CAS (Code Access Security)?
I have been a part of so many web applications but have never used CAS, perhaps have also never felt the need to use the same.
When is the need to use CAS? Do people actually use it in their ...
6
votes
2answers
274 views
To Go or Not To Go with Liferay? What's the good, bad, and ugly?
We are evaluating several solutions for a new web thing we're looking to build. There are several aspects to it, including user management, content management, campaigns, community, and financial ...
6
votes
2answers
296 views
Ruby SSO, CAS, oauth, userstore. What options do I have?
Q: How would you create a SSO? What would you do about authentication (separate app or same as sso) and user store?
Background info:
We have 40+ php apps, java apps and
Ruby apps.
...
6
votes
1answer
5k views
IIS 7.5 App Pool Identity permission not assigned to folder, but application still can write to its folder?
We've put an existing application to a new R2 server with IIS 7.5.
Now everything works, and application can write to it's folders...but we are wondering how...new IIS comes with IIS Application Pool ...
6
votes
4answers
596 views
What does 'spurious failure' on a CAS mean?
The Java AtomicInteger class has a method -
boolean weakCompareAndSet(int expect,int update)
Its documnentation says -
May fail spuriously.
What does 'failing spuriously' here mean?
5
votes
2answers
780 views
Seeking alternative to AppDomain.CreateDomain(string, evidence) due to obsolete CAS policy
I am working through the Microsoft .Net Framework--Application Development Foundation Training Kit book Chapter 8 Lesson 2: Configuring Application Domains
ShowWinIni being the assembly name for the ...
5
votes
6answers
6k views
ASP.NET - Trust Level = Full?
I recently joined a firm and when analyzing their environment I noticed that the SharePoint web.config had the trust level set to Full. I know this is an absolutely terrible practice and was hoping ...
5
votes
1answer
703 views
Get current/active security zone of a .NET application?
I have an application that behaves oddly, and just to verify, I'd like to see which security zone it is currently running under.
I've found the System.Security.SecurityZone enum, but can't seem to ...
4
votes
1answer
545 views
Computer Algebra System (CAS) for Scala
I'm looking for a simple CAS system for scala.
It should have the following features:
give access to the abstract syntax tree (preferably via case classes for easy matching)
parse String to AST
...
4
votes
3answers
386 views
Algorithm(s) for rearranging simple symbolic algebraic expressions
I would like to know if there is a straightforward algorithm for rearranging simple symbolic algebraic expressions. Ideally I would like to be able to rewrite any such expression with one variable ...
4
votes
2answers
138 views
Are there commercially deployed and used .NET CAS (Code Access Security) based applications?
I've seen a couple threads here on SO that ask about what CAS is and how to use it.My specific is specifically focused on real-world usages of CAS.
For example:
DotNetNuke did some efforts in the ...
4
votes
1answer
1k views
Does someone have a valid example on CAS Proxy Granting Ticket?
I need to implement a CAS Proxy Granting Ticket System.
So I need to understand the system. There is a good doc here, but I have no idea about the proxyCallback I need.
Could someone explain me ...
4
votes
3answers
538 views
How to deny Assert with CAS?
In this code, I'd like the ReadFileSystem method to be forbidden to Assert a permission on the filesystem.
I expected this will throw at fileIo.Assert(), but it doesn't. Why?
using ...
4
votes
2answers
340 views
Anyone really using Code Access Security to protect their assemblies and/or methods?
Seems to me most of developers completely ignore this features. People prefer handling security exceptions as generic ones relying on standard windows roles and rights instead of learning to use CAS ...
4
votes
4answers
501 views
Testing .NET code in partial trust environments
I want to test the behavior of a certain piece of .NET code in partial trust environments. What's the fastest way to set this up? Feel free to assume that I (and other readers) are total CAS noobs.
...
3
votes
1answer
487 views
Single Sign On (SSO): How to use Active Directory as an authentication method for CAS service?
I am developing a portal to Liferay and want to apply there a Single Sign On mechanism (SSO). I am using Jasig CAS for centralized authentication of my multiple web applications. Until now I know that ...
3
votes
2answers
642 views
Implementing Authentication/Authorization on Flash Media Server
We are using a flash media server to serve streaming media (H.264) for our application. Within the application itself we have implemented authentication (CAS) and authorization so only certain people ...
3
votes
1answer
545 views
JavaScript computer algebra system
I am looking for a simple computer algebra system (cas) for JavaScript but I can't find anything with google. I only need basic functionality:
simplify expressions to some canonic form. Ability to ...
3
votes
2answers
2k views
WIF using SAML 2 protocol / Federate AD FS 2.0 with CAS
I'am are trying to implement a Web SSO with claim based identity using WIF and AD FS 2.0 right now. Right now I have a existing ASP.Net application which delegates authentification to the AD FS 2.0 ...
3
votes
1answer
864 views
How does CAS Authentication and Facebook connect for SSO works?
I have a question, less pertaining to actual implementation more towards "how it works".
We have a CAS server doing the SSO authentication for multiple web protals (sister protals). How does CAS ...
3
votes
3answers
1k views
Write Access to Program Files folder
my application include a self-updater executable that is used to update the application.
One of the first steps the updater is performing is to check that it does have write permission to the ...
3
votes
3answers
422 views
Does SPARC v9 have a double word compare and swap instruction?
So; on a 64 bit SPARC CPU which is v9 compliant, there exists I know a cas instruction. This operates on single word length values.
I've also seen on the web reference to a casx instruction - but I ...
3
votes
1answer
917 views
D function using the x86 CMPXCHG Compare-and-swap
I'm looking for a function that presents a high level D interface to an atomic CAS on Intel x86.
I know I can do it with inline ASM (and if needed I will), but I'd rather just grab code from someone ...
3
votes
3answers
181 views
Best online reading to understand .NET Code Access Security?
I'm thinking about learning CAS, but I need to quickly grasp basic architecture, performance implications and if it at all suits my needs. What should I read?
3
votes
4answers
298 views
Using the .NET Framework security system
I was wondering - do any of you actually use the various classes in the System.Security.Permissions namespace? I mainly develop desktop/server-side components (i.e., no web) and the general ...
2
votes
0answers
58 views
CAS Server that supports Facebook/Twitter authentication via OAuth
I'm looking for a CAS server which supports Facebook/Twitter authentication via OAuth for Single-Sign-On. I've checked JASIG-CAS server but it doesn't look support them. My java web app is based on ...
2
votes
2answers
62 views
How to lockdown grails spring security / cas application?
I've tried the standard Config setting
grails.plugins.springsecurity.rejectIfNoRule = true
but this results in a redirect loop.
I've also tried
grails.plugins.springsecurity.interceptUrlMap = ...
2
votes
0answers
112 views
Too many redirects error on safari while accessing a CAS protected resource
I have been trying to access an image that is CAS protected. I am trying to load the image after document.ready (by changing the image source).
The problem is that I am getting a too many redirects ...
2
votes
1answer
99 views
atomic operation implementation
i am using atomic operation provided by SunOs in <sys/atomic.h> , which is
void *atomic_cas_ptr(volatile void *target, void *cmp, void *newval);
now to make is usable, i have to check ...
2
votes
1answer
82 views
AtomicReferenceFieldUpdater doubt
I was creating a concurrnetHashtable that is suitable for me and little different from concurrentHashMap, and i am using AtomicReferenceFieldUpdater to make CASNext operation ( usually CAS is ...
2
votes
1answer
245 views
Is there an 8-bit atomic CAS (cmpxchg) intrinsic for X64 in Visual C++?
The following code is possible in 32-bit Visual Studio C++. Is there a 64-bit equivalent using intrinsics since inline ASM isn't supported in the 64-bit version of Visual Studio C++?
FORCEINLINE ...
2
votes
0answers
155 views
Facebook login and CAS
I use Jasig's CAS as a SSO solution. I now want to also support Facebook Login as part of SSO and I was thinking of building the Facebook authentication into CAS. I did not manage to find any ...
2
votes
2answers
858 views
Getting more attributes from CAS than just user id
I am using CAS with JDBC Authentication handler and was wondering is it possible to get the other attributes of principal object (for e.g. firstname, lastname) not just the username from CAS after ...
2
votes
1answer
105 views
.Net - Win 7 64 Code Security
Our company is in the process of upgrading to windows 7 64-bit. Some of our .net 3.5 apps that ran fine under XP are now trowing security errors for untrusted assemblies. Our new machines have .net 4 ...
2
votes
2answers
583 views
CMPXCHG16B correct?
This doesn't exactly seem to be right although I am unsure why.
Advice would be great as the documentation for CMPXCHG16B is pretty minimal (I don't own any intel manuals...)
template<>
inline ...
2
votes
3answers
661 views
How to correctly set the service URL in Spring's CAS service properties
When working with Spring Security + CAS I keep hitting a small road block with the callback URL that is sent to CAS, ie the service property. I've looked at a bunch of examples such as this and this ...
2
votes
1answer
2k views
Implement SSO using CAS + Spring Security
I'm trying to implement SSO across several web applications using CAS and Spring Security. Expected case:
CAS - http:// localhost:8080/cas/
App A protected content - http: ...
2
votes
2answers
61 views
.net 2.0 assembly security
I have an assembly and want to restrict the assemblies and applications that can call/use this assemblies functionality. Can anyone provide detailed information on how this can be achieved ?
From ...
2
votes
1answer
821 views
Thin, Sinatra, and intercepting static file request to do CAS authentication
I'm using the casrack-the-authenticator gem for CAS authentication. My server is running Thin on top of Sinatra. I've gotten the CAS authentication bit working, but I'm not sure how to tell Rack to ...
2
votes
0answers
522 views
HTTP 500 ERROR on CAS Server while setting SSLVerifyClent as “required”
I have 3 servers, a Apache Server, a JBOSS Server and a CAS Server for SSO.
The Apache Server resolve all request with a domain such as www.request.com, and the path of CAS Server is ...
2
votes
4answers
464 views
Calculus in Ruby
Basically the title says it all
What I mean is differentiation and integration stuff that a CAS would do? (like a Typical handheld CAS if not better)
Is it possible?
What Gem need to be installed?
...
2
votes
1answer
106 views
Setting CAS Policy
I have a .NET application that users run from a file server. One of the .NET Assemblies requires Full Trust. I have signed the assembly. When setting the Code Access Security policy, which version ...