Skip to content

Commit

Permalink
Merge pull request #4 from kschroeder/develop
Browse files Browse the repository at this point in the history
Updated composer.json
  • Loading branch information
kschroeder authored Apr 11, 2017
2 parents 0651810 + 19b7599 commit 193a609
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "magium/active-directory",
"description": "Provides connectivity to Active Directory implementations",
"minimum-stability": "stable",
"license": "proprietary",
"license": "Apache-2",
"authors": [
{
"name": "Kevin Schroeder",
Expand All @@ -23,7 +23,7 @@
"magium/magium": "~1.1"
},
"require": {
"magium/configuration-manager": "^0.8.27",
"magium/configuration-manager": "^0.8.31",
"league/oauth2-client": "^1.4",
"microsoft/microsoft-graph": "^0.1"
}
Expand Down
4 changes: 3 additions & 1 deletion readme.MD
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ There are two purposes (well, three) for library.

First, watch the [installation video on YouTube](https://www.youtube.com/watch?v=9FupzL2XsqA). It shows you how to create an application in Azure Active Directory.

**Note** Azure will not redirect from a secure URL (i.e. their login page) to an unsecure page (i.e. your page). No HTTPS to HTTP in other words. In yet other words, if you use Azure you will need to also use HTTPS. Though there are worse things in the world... like *not* using HTTPS.

## Basic Usage

Anywhere in your application that requires authentication you can provide this code (properly architected, not cut and paste, in other words):
Expand Down Expand Up @@ -58,7 +60,7 @@ Done.

## Configuration

This is a little more in-depth, but it should be overly complex.
This is a little more in-depth, but it shouldn't be overly complex.

The base configuration is managed by the [Magium Configuration Manager](https://www.github.com/magium/configuration-manager), out of the box. But, that said, the MCM has a really simple mechanism that allows you to not use the underlying plumbing. I believe that the underlying plumbing will eventually make application management easier, but I'm not going to force it on you.

Expand Down

0 comments on commit 193a609

Please sign in to comment.