Skip to content

Commit

Permalink
update oidc-token-manager
Browse files Browse the repository at this point in the history
  • Loading branch information
brockallen committed Jan 13, 2016
1 parent 6ad40a3 commit 2a719c3
Show file tree
Hide file tree
Showing 5 changed files with 9,010 additions and 1,135 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<IISExpressAnonymousAuthentication />
<IISExpressWindowsAuthentication />
<IISExpressUseClassicPipelineMode />
<UseGlobalApplicationHostFile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down Expand Up @@ -58,8 +59,8 @@
</ItemGroup>
<ItemGroup>
<Content Include="bootstrap.min.css" />
<Content Include="oidc-token-manager.js" />
<Content Include="silent_renew.html" />
<Content Include="oidc.js" />
<Content Include="check_session.html" />
<None Include="Web.Debug.config">
<DependentUpon>Web.config</DependentUpon>
Expand Down
2 changes: 1 addition & 1 deletion source/Clients/JavaScriptImplicitClient/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ <h1>JavaScript Implicit Client</h1>
</div>
</div>

<script src="oidc.js"></script>
<script src="oidc-token-manager.js"></script>

<script>
var config = {
Expand Down
Loading

0 comments on commit 2a719c3

Please sign in to comment.