JannesD
f3b2913ad3
🎨 fixed inconsinstent example code indentations ( #749 )
...
Some of the code examples used 2 spaces, and some were wrongly indented. This PR fixes the inconsistent JavaScript indentation to 4 spaces, and ensures that opening and closing brackets/braces are placed on the same indentation
2019-10-31 12:43:43 +01:00
Jon Koops
cd7309ddaf
[KEYCLOAK-11436] Update JavaScript adapter documentation to prefer native promises
2019-10-30 15:36:27 +01:00
Rob Winch
77d4447d18
Improve JS Adapter Documentation Admin Labels
...
The documentation currently does not use the same wording as the administrative UI. This makes finding the
correct setting more difficult. Additionally, the documentation does not surround the field names in tick
marks as it does in other places. This makes it less obvious what configuration needs to be done.
This commit adjusts the wording to match the administrative UI. It also ensures the field names are enclosed in tick marks.
2019-10-30 15:34:03 +01:00
Jon Koops
ac2ee48ff6
[KEYCLOAK-11193] Add new enableLogging
option to JS adapter
2019-09-24 10:31:36 -03:00
Jon Koops
d4403d3e5e
KEYCLOAK-11196 Document the useNonce
option for JS adapter
2019-09-18 11:29:19 +02:00
Bruno Oliveira da Silva
d1014006d4
Fix sentence for KEYCLOAK-10734 based on feedback from #716
...
Co-authored-by: Andy Munro <amunro@redhat.com>
2019-09-02 08:02:12 -03:00
Niko Köbler
b1f4eb1462
KEYCLOAK-10734 Let the check-sso feature do the check in hidden iframe
2019-08-29 11:52:25 -03:00
Thomas Darimont
4d3ef66c86
KEYCLOAK-1033 Document PKCE configuration for JavaScript Adapter
2019-05-29 15:40:37 +02:00
Kohei Tamura
bc991b0cd8
Fix typos and improve document format
2019-04-29 15:03:58 +01:00
Kohei Tamura
da3e482fbb
Fix a typo
2019-03-12 08:23:19 +01:00
Matthew Helmke
2c2c7f7b50
Revert "fixed Wildfly mentions and faulty links with underscores"
...
This reverts commit 1ecbc1ba14075203af437295927699adf84cc428.
2019-02-20 11:51:28 +01:00
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