Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _blog-src/Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
source "htts://rubygems.org"
source "https://rubygems.org"

gem "jekyll", "2.5.3"
gem "asciidoctor", "1.5.2"
Expand Down
2 changes: 1 addition & 1 deletion _blog-src/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GEM
remote: htts://rubygems.org/
remote: https://rubygems.org/
specs:
asciidoctor (1.5.2)
asciidoctor-diagram (1.3.0.preview.4)
Expand Down
2 changes: 1 addition & 1 deletion _blog-src/_posts/2015-06-09-keycloak-oauth2.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ First, log into the http://localhost:8080/auth/admin[Keycloak server]. If you're

- A realm: `stottie`
- A single user: `rincewind`, with password: `apiman` and a realm role: `echomeister`
- And, a client: `apiman`, which is allowed direct grants via Keycloak's https://keycloak.github.io/docs/userguide/html/direct-access-grants.html[RESTful Direct Access Grants API].
- And, a client: `apiman`, which is allowed direct grants via Keycloak's https://keycloak.github.io/docs/userguide/keycloak-server/html/direct-access-grants.html[RESTful Direct Access Grants API].

Let's quickly test requesting ourselves an OpenID Connect OAuth2 token:

Expand Down
2 changes: 1 addition & 1 deletion blog/Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
source "htts://rubygems.org"
source "https://rubygems.org"

gem "jekyll", "2.5.3"
gem "asciidoctor", "1.5.2"
Expand Down
2 changes: 1 addition & 1 deletion blog/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GEM
remote: htts://rubygems.org/
remote: https://rubygems.org/
specs:
asciidoctor (1.5.2)
asciidoctor-diagram (1.3.0.preview.4)
Expand Down
4 changes: 2 additions & 2 deletions blog/feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1924,7 +1924,7 @@ There are a huge number of configuration permutations with Keycloak, and the mos
<p>A single user: <code>rincewind</code>, with password: <code>apiman</code> and a realm role: <code>echomeister</code></p>
</li>
<li>
<p>And, a client: <code>apiman</code>, which is allowed direct grants via Keycloak’s <a href="https://keycloak.github.io/docs/userguide/html/direct-access-grants.html">RESTful Direct Access Grants API</a>.</p>
<p>And, a client: <code>apiman</code>, which is allowed direct grants via Keycloak’s <a href="https://keycloak.github.io/docs/userguide/keycloak-server/html/direct-access-grants.html">RESTful Direct Access Grants API</a>.</p>
</li>
</ul>
</div>
Expand Down Expand Up @@ -3765,6 +3765,6 @@ Resolving deltas: 100% (40/40), done.
<guid isPermaLink="true">http://apiman.io/blog/introduction/overview/2015/01/09/impatient-new-user.html</guid>
</item>

<lastBuildDate>Tue, 24 Nov 2015 08:34:22 -0500</lastBuildDate>
<lastBuildDate>Tue, 15 Dec 2015 07:29:26 -0500</lastBuildDate>
</channel>
</rss>
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ <h3 id="keycloak-server">Keycloak Server</h3>
<p>A single user: <code>rincewind</code>, with password: <code>apiman</code> and a realm role: <code>echomeister</code></p>
</li>
<li>
<p>And, a client: <code>apiman</code>, which is allowed direct grants via Keycloak&#8217;s <a href="https://keycloak.github.io/docs/userguide/html/direct-access-grants.html">RESTful Direct Access Grants API</a>.</p>
<p>And, a client: <code>apiman</code>, which is allowed direct grants via Keycloak&#8217;s <a href="https://keycloak.github.io/docs/userguide/keycloak-server/html/direct-access-grants.html">RESTful Direct Access Grants API</a>.</p>
</li>
</ul>
</div>
Expand Down