Skip to content
This repository has been archived by the owner on Jan 27, 2021. It is now read-only.

Extract ACS security code in own artifact #1

Closed
JMayrbaeurl opened this issue Mar 20, 2013 · 2 comments
Closed

Extract ACS security code in own artifact #1

JMayrbaeurl opened this issue Mar 20, 2013 · 2 comments

Comments

@JMayrbaeurl
Copy link

Please extract the sources for the ACS based authentication in an extra Java artifact. With a Maven build. This makes it possible to use ACS in 'normal' Java web applications without the need of having to use a Windows Azure Deployment project. Other possibility would be to include it in the Azure Java SDK.

I've done this for a demo, we're currently preparing for the GOTO Conference in Zurich. It's accessible by using the following Maven dependency:

    <dependency>
        <groupId>com.microsoft.windowsazure</groupId>
        <artifactId>microsoft-windowsazure-web</artifactId>
        <version>0.0.1-SNAPSHOT</version>
    </dependency>

and the repository:

    <repository>
        <id>jm-internal</id>
        <url>http://jmmvn.azurewebsites.net/repo/</url>
        <releases>
            <enabled>true</enabled>
        </releases>
        <snapshots>
            <enabled>true</enabled>
        </snapshots>
    </repository>
@JMayrbaeurl
Copy link
Author

Since we'll need the ACSFilter functionality for a demo next week at a big Java conference in Zurich, I've done the extraction on my own. See my GitHub repository

@ghost ghost assigned martinsawicki Oct 21, 2013
@martinsawicki
Copy link
Contributor

treating this issue as obsolete, especially since ACS is a deprecated technology in Azure now.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants