Commit graph

31 commits

Author SHA1 Message Date
Matthew Helmke
a8cdbc3ca3 fixed Wildfly mentions and faulty links with underscores 2019-02-20 11:51:28 +01:00
任暁棟
cdf9c4dbf3 Update javascript-adapter.adoc
change hybird to hybrid
2018-12-12 06:04:47 -06:00
Geoffrey Cleaves
da8ce0026e JS adapter promises have changed
It appears that instead of `.then` and `.catch` you now use `.success` and `.error`. I've updated the examples accordingly.
2018-11-19 08:40:16 -06:00
stianst
8529a624dd KEYCLOAK-7920 Documentation for change to native promise in JS adapter 2018-10-10 21:00:30 +02:00
Geoffrey Cleaves
ff95d3c7b0 Fixing a typo
was: alert(JSON.stringify(test, null, "  "));
now: alert(JSON.stringify(profile, null, "  "));
2018-10-08 21:56:29 +02:00
Johannes Knutsen
57bae71a75 Update http://openid.net to https://openid.net 2018-09-12 07:07:33 -05:00
mposolda
8ae19e5f78 KEYCLOAK-7437 Support for prompt=consent 2018-08-29 15:42:16 +02:00
Gregor Tudan
d98e0a25b5 KEYCLOAK-2606: set an explicit anchor for the cordova chapter 2018-07-18 10:52:19 +02:00
Gregor Tudan
63d2e54018 remove anchor links to the deeplinks-plugin 2018-07-18 10:52:19 +02:00
Gregor Tudan
d3a733f947 KEYCLOAK-2606: fix links 2018-07-18 10:52:19 +02:00
Gregor Tudan
bb7a5f5f22 KEYCLOAK-2606: Added fixes suggested by matthewhelmke 2018-07-18 10:52:19 +02:00
Gregor Tudan
044afd3e62 KEYCLOAK-2606: add links to the example cordova apps 2018-07-18 10:52:19 +02:00
Gregor Tudan
bf29410b6b KEYCLOAK-2606: document the different cordova modes of the javascript adapter 2018-07-18 10:52:19 +02:00
Lorent Lempereur
e3da92cc24 Javascript Adapter - Documentation about login options 'cordovaOptions' (#395) 2018-06-11 08:24:41 +02:00
Marek Posolda
099a71f981
KEYCLOAK-7075 Client scopes documentation (#389) 2018-06-08 15:39:15 +02:00
Kohei Tamura
911336913b Fix typos and improve readability (#381) 2018-05-29 10:02:18 +02:00
Alastair Hole
b44cfa64e8 "Its" possessive pronoun (#362) 2018-05-29 10:00:44 +02:00
ssilvert@win.redhat.com
cef17cc82e KEYCLOAK-7196: Add kcLocale to login Options 2018-04-23 10:00:55 -04:00
Wojciech Trocki
5ed85df376 Add adapter option to keycloak.js (#359)
* Add adapter option to keycloak.js

Adding documentation for adapter option that was exposed in https://github.com/keycloak/keycloak/pull/5067

* Apply language fixes
2018-04-20 09:18:43 +02:00
k-tamura
bf74b61e8b Fix incorrect source format 2018-02-08 23:30:35 +01:00
Ray DeCampo
bc4d894fcd KEYCLOAK-5578: Keycloak JS adapter returns native Promise instances when available.
Promise instances are adorned with success() and error() functions to retain backwards compatibility.
2018-01-25 20:42:39 +01:00
tspringr
08b96a693a Fix: Incorrect number of closing parenthesis (#219) 2017-11-08 08:56:26 +01:00
Jonathan Alvarsson
11d3fc1a03 Added missing } (#218) 2017-10-19 13:39:27 +02:00
Stian Thorgersen
44c6a3ca64 Convert documentation to AsciiDoctor 2017-08-28 20:10:09 +02:00
Stian Thorgersen
1a6e4810e6 Fix doc for updateToken / minValidity 2017-04-27 12:46:41 +02:00
Stian Thorgersen
0752877b90 Fix keycloak.username to keycloak.subject in JS example 2017-04-26 08:21:03 +02:00
Stian Thorgersen
08ca85f19e Tweak text for loadUserProfile 2017-03-30 09:10:37 +02:00
Jen Malloy
d08d4202ed fixed RHSSO-870 2017-03-21 14:25:37 -04:00
Jen Malloy
d6128db3f1 fixed RHSSO-869 2017-03-21 09:57:08 -04:00
Jen Malloy
437d5e6339 fixed RHSSO-639 2017-03-02 17:03:52 -05:00
Stian Thorgersen
8a36a4b28a Prepare to move to single repository 2017-02-14 10:05:15 +01:00
Renamed from topics/oidc/javascript-adapter.adoc (Browse further)