Skip to content

Commit 65c2b95

Browse files
committed
docs(readme): use our own idsvr
1 parent 40f5ae5 commit 65c2b95

File tree

6 files changed

+8
-6
lines changed

6 files changed

+8
-6
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ To configure your solution for code flow + PKCE you have to set the `responseTyp
157157

158158
export const authCodeFlowConfig: AuthConfig = {
159159
// Url of the Identity Provider
160-
issuer: 'https://demo.identityserver.io',
160+
issuer: 'https://idsvr4.azurewebsites.net',
161161

162162
// URL of the SPA to redirect the user to after login
163163
redirectUri: window.location.origin + '/index.html',

docs/changelog.html

+2
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@
3232

3333
<h1 id="changelog">Changelog</h1>
3434
<p>All notable changes to this project will be documented in this file. See <a href="https://github.com/conventional-changelog/standard-version">standard-version</a> for commit guidelines.</p>
35+
<h3 id="922-2020-05-09"><a href="https://github.com/manfredsteyer/angular-oauth2-oidc/compare/v9.2.1...v9.2.2">9.2.2</a> (2020-05-09)</h3>
36+
<h3 id="921-2020-04-23"><a href="https://github.com/manfredsteyer/angular-oauth2-oidc/compare/v9.2.0...v9.2.1">9.2.1</a> (2020-04-23)</h3>
3537
<h2 id="920-2020-03-28"><a href="https://github.com/manfredsteyer/angular-oauth2-oidc/compare/v9.1.0...v9.2.0">9.2.0</a> (2020-03-28)</h2>
3638
<h3 id="features">Features</h3>
3739
<ul>

docs/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ <h2 id="installing">Installing</h2>
146146

147147
export const authCodeFlowConfig: AuthConfig = {
148148
// Url of the Identity Provider
149-
issuer: &#39;https://demo.identityserver.io&#39;,
149+
issuer: &#39;https://idsvr4.azurewebsites.net&#39;,
150150

151151
// URL of the SPA to redirect the user to after login
152152
redirectUri: window.location.origin + &#39;/index.html&#39;,

docs/js/search/search_index.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "starter",
3-
"version": "9.2.2",
3+
"version": "9.2.1",
44
"license": "MIT",
55
"scripts": {
66
"release": "standard-version",

projects/lib/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"author": {
55
"name": "Manfred Steyer"
66
},
7-
"version": "9.1.0",
7+
"version": "9.2.1",
88
"repository": "manfredsteyer/angular-oauth2-oidc",
99
"dependencies": {
1010
"js-sha256": "^0.9.0"

0 commit comments

Comments
 (0)