Commit graph

22322 commits

Author SHA1 Message Date
Pavel Drozd
629ec6383e Merge pull request #3492 from pdrozd/KEYCLOAK-3892
KEYCLOAK-3892 - Fix profile page assertion.
2016-11-29 16:35:42 +01:00
Pedro Igor
a645071f5f [RHSSO-599] - Replacing link with fake 2016-11-29 13:30:53 -02:00
ccopelloRH
c6f96e40d7 Merge pull request #21 from ccopelloRH/BookTitle
Fixed book.title tag
2016-11-29 09:14:18 -05:00
Chuck Copello
8c34fdbdc8 Fixed book.title tag 2016-11-29 09:13:11 -05:00
Stian Thorgersen
5fddcd91c6 Merge pull request #53 from abstractj/KEYCLOAK-3991
KEYCLOAK-3991: Node.js module should be available through a single file download
2016-11-29 14:34:31 +01:00
Bruno Oliveira
c9b9e9f678 Section about realm-public-key 2016-11-29 11:31:56 -02:00
Stian Thorgersen
a6b6ecf4ba Merge pull request #3560 from ssilvert/scheduled-task-interval
KEYCLOAK-3920: Configured scheduled-task-interval doesn't work.
2016-11-29 10:51:00 +01:00
Ramon Gebben
e5ce080fd3 Update with PR feedback 2016-11-29 09:49:58 +01:00
ccopelloRH
8169939b34 Merge pull request #56 from ccopelloRH/BookTitle
Fixed book.title tag
2016-11-28 21:59:05 -05:00
Chuck Copello
e9f168d923 Fixed book.title tag 2016-11-28 21:57:00 -05:00
Marek Posolda
80c4b2aa31 Merge pull request #3556 from mposolda/master
KEYCLOAK-3822 Changing signature validation settings of an external I…
2016-11-28 22:37:44 +01:00
Bruno Oliveira
fb8c55022a KEYCLOAK-3991: Node.js module should be available through a single file download 2016-11-28 18:52:57 -02:00
Stan Silvert
0b8f9edb9e KEYCLOAK-3920: Configured scheduled-task-interval doesn't work. 2016-11-28 14:10:55 -05:00
Bill Burke
63458a7de7 Merge pull request #3559 from patriot1burke/master
KEYCLOAK-3980
2016-11-28 13:36:52 -05:00
Bill Burke
f6a080729a javadoc 2016-11-28 12:25:54 -05:00
Bill Burke
1dacddb7e3 KEYCLOAK-3980 2016-11-28 12:20:40 -05:00
Bill Burke
334aa37b7f Merge pull request #3553 from hmlnarik/KEYCLOAK-3731-alternative
KEYCLOAK-3731 Provide functionality for IdP-initiated SSO for broker
2016-11-28 11:23:26 -05:00
Bill Burke
1a63c2d0aa Merge pull request #52 from hmlnarik/KEYCLOAK-3731
KEYCLOAK-3731 Identity broker IDP-initiated SSO
2016-11-28 11:23:11 -05:00
Stan Silvert
725f42e185 Merge pull request #3533 from ssilvert/federation-blank-slate-showing
KEYCLOAK-3949: User Federation "welcome" screen is always shown for a
2016-11-28 11:06:59 -05:00
Gabriel Lavoie
4910b35d69 KEYCLOAK-3989: Replacing COMPOSITE_ROLE Collection with Set.
- Hibernate optimization that avoids deleting/re-inserting all composite roles when adding/removing a composite.
2016-11-28 09:43:05 -05:00
Hynek Mlnarik
af9686e06a KEYCLOAK-3731 Identity broker IDP-initiated SSO 2016-11-28 15:39:31 +01:00
mposolda
69ce1e05f0 KEYCLOAK-3822 Changing signature validation settings of an external IdP is not sometimes reflected 2016-11-28 15:27:25 +01:00
Vlasta Ramik
8d3136188d KEYCLOAK-3977 fix logicalFilePath for jpa-changelog-1.0.0.Final-db2.xml 2016-11-28 14:52:09 +01:00
Stian Thorgersen
cb4f856ab6 Merge pull request #3535 from wadahiro/update-japanese-translation
KEYCLOAK-3957 Update Japanese translation
2016-11-28 14:50:01 +01:00
Hynek Mlnarik
65b269cd54 KEYCLOAK-3731 Provide functionality for IdP-initiated SSO for broker
A SAML brokered IdP can send unsolicited login response to the broker.
This commit adds a new GET/POST endpoint under [broker SAML
endpoint]/clients/{client_id}. Broken will respond to  submission to
this new endpoint by looking up a SAML client with URL name equal to
client_id, and if found, it performs IdP-initiated SSO to that client.
2016-11-28 13:54:04 +01:00
Hynek Mlnarik
567ca00fe1 KEYCLOAK-3439, KEYCLOAK-3893, KEYCLOAK-3894 - Database UTF-8 settings 2016-11-28 12:26:45 +01:00
Stian Thorgersen
91f95dfa79 Merge pull request #50 from mstruk/cli-reg
Fix some typos in client-registration-cli documentation
2016-11-28 08:43:08 +01:00
sebastienblanc
df93244373 keep orignal API 2016-11-26 09:30:27 +01:00
Marek Posolda
f9a63dde80 Merge pull request #55 from mposolda/master
KEYCLOAK-3825 Update about cache docs
2016-11-25 22:20:25 +01:00
mposolda
78efd18cca KEYCLOAK-3825 Update about cache docs 2016-11-25 22:18:52 +01:00
Marek Posolda
6c4e8d97a2 Merge pull request #19 from mposolda/master
KEYCLOAK-3825 Update about cache docs
2016-11-25 22:02:52 +01:00
mposolda
58f6e752cf KEYCLOAK-3825 Update about cache docs 2016-11-25 22:02:12 +01:00
Marek Posolda
a8de125e26 Merge pull request #3551 from vramik/KEYCLOAK-3983
KEYCLOAK-3983 update protocol mappers of clients and client templates for backward compatibility import
2016-11-25 21:48:41 +01:00
Marek Posolda
7db06b8afb Merge pull request #3550 from mposolda/master
KEYCLOAK-3825 Ability to expire publicKeys cache. Migrated OIDCBroker…
2016-11-25 20:23:57 +01:00
mposolda
7c6032cc84 KEYCLOAK-3825 Ability to expire publicKeys cache. Migrated OIDCBrokerWithSignatureTest to new testsuite 2016-11-25 17:45:37 +01:00
Vlasta Ramik
939da455d7 update protocol mappers of clients and client templates for backward compatibility import 2016-11-25 15:12:38 +01:00
Marek Posolda
817dbce391 Merge pull request #3547 from mposolda/master
KEYCLOAK-3982 keycloak-jboss-adapter-core module.xml unsynced among W…
2016-11-25 13:18:24 +01:00
sebastienblanc
0f447fadd4 KEYCLOAK-3725: return Unauthorized when accessing bearer only in interactive mode 2016-11-25 11:59:52 +01:00
Ramon Gebben
79825dfa1d Removed compare bug in checkState function 2016-11-25 11:45:40 +01:00
mposolda
b640e9fe39 KEYCLOAK-3982 keycloak-jboss-adapter-core module.xml unsynced among Wildfly OIDC and SAML adapter ZIPs 2016-11-25 11:04:24 +01:00
Marek Posolda
5810dda1a5 Merge pull request #52 from mposolda/master
KEYCLOAK-3956 Update fuse documentation. Added docs for Hawtio
2016-11-24 16:50:45 +01:00
Marek Posolda
9dd4cbb40e Merge pull request #3546 from mposolda/master
KEYCLOAK-3956 Update fuse documentation
2016-11-24 16:48:56 +01:00
mposolda
fba2dd9ac2 KEYCLOAK-3956 Update fuse documentation. Added docs for Hawtio 2016-11-24 16:48:35 +01:00
mposolda
82423db239 KEYCLOAK-3956 Update fuse documentation 2016-11-24 15:55:44 +01:00
Marek Posolda
0262b64062 Merge pull request #3544 from hmlnarik/KEYCLOAK-3648-test
KEYCLOAK-3648 - Tests for UserAttributeMapper broker mapper
2016-11-24 13:31:17 +01:00
Hynek Mlnarik
bd920b8ba9 KEYCLOAK-3648 - Tests for UserAttributeMapper broker mapper 2016-11-24 07:50:22 +01:00
Bill Burke
57da86c598 Merge pull request #3545 from patriot1burke/master
remove UserFederation SPI
2016-11-23 18:41:09 -05:00
Bill Burke
cd92cc504b fix pom 2016-11-23 17:08:24 -05:00
Bill Burke
e82e584b81 port removed migrators 2016-11-23 16:48:02 -05:00
Bill Burke
ccbd8e8c70 remove User Fed SPI 2016-11-23 16:06:44 -05:00