Sarah Rambacher
bc38db7dbb
Adjusts toolbar help menu items ( #65 )
...
* Adjusts toolbar help menu items
* remove workaround css for dropdown description text
* fixes formatting
* capitalize menu item
* revert change in variable name
2020-09-08 14:54:21 -04:00
Erik Jan de Wit
8fa720438e
some small fixes to the realm selector ( #74 )
2020-09-08 13:20:29 -04:00
Erik Jan de Wit
082682e6d3
initial version of json file upload component ( #75 )
2020-09-08 13:16:08 -04:00
Erik Jan de Wit
c59a7198c9
initial version of help items ( #70 )
2020-09-08 13:12:42 -04:00
Benjamin Weimer
b2934e8dd0
KEYCLOAK-15327 backchannel logout invalidate offline session even if there is no corresponding active session found
2020-09-08 11:17:20 -03:00
Stan Silvert
ca7c014e55
Run tsc on build to check for typescript errors ( #69 )
...
* Run tsc on build to check for typescript errors
* Fix typescript errors. Rename failing stories.
* Make prettier happy
* Use only tsconfig for tsc.
2020-09-08 07:56:44 +02:00
Hynek Mlnarik
bf637dc8ca
KEYCLOAK-14961 Update release notes
2020-09-07 15:19:40 +02:00
PoojaChandak
1fd8a6e28e
Update fine-grain.adoc
...
review comment update
2020-09-07 06:09:50 -07:00
PoojaChandak
43dbad7cfc
Update fine-grain.adoc
...
Observed a few changes, suggesting the same. Kindly check.
2020-09-07 06:09:50 -07:00
Martin Kanis
4e9bdd44f3
KEYCLOAK-14901 Replace deprecated ClientProvider related methods across Keycloak
2020-09-07 13:11:55 +02:00
stianst
76f7fbb984
KEYCLOAK-14548 Add support for cached gzip encoding of resources
2020-09-07 00:58:47 -07:00
Martin Bartos
e34ff6cd9c
[KEYCLOAK-14326] Identity Provider force sync is not working
2020-09-07 09:42:40 +02:00
Stan Silvert
0eea5b8057
Use isBlock instead of css ( #67 )
...
* Use isBlock instead of css
* Make prettier happy
* Fix tests
2020-09-05 15:37:42 -04:00
Eugenia
c6a310a827
add realm selector ( #48 )
...
* WIP realm selector
* realm dropdown is working
* address PR feedback
* address PR feedback and fix conflicts
* fix formatting
* fix path
* address PR feedback from Stan
* update snapshot tests
* fix formatting
* change minwidth
2020-09-04 14:16:11 -04:00
Erik Jan de Wit
87d8414bd7
fix storybook imports ( #62 )
2020-09-04 06:38:58 -04:00
Erik Jan de Wit
258b21e334
remove env vars and use simple copy task to switch ( #60 )
2020-09-04 06:38:23 -04:00
Takashi Norimatsu
1d8230d438
KEYCLOAK-14190 Client Policy - Condition : The way of creating/updating a client
2020-09-04 09:54:55 +02:00
Luca Leonardo Scorcia
67b2d5ffdd
KEYCLOAK-14961 SAML Client: Add ability to request specific AuthnContexts to remote IdPs
2020-09-03 21:25:36 +02:00
Luca Leonardo Scorcia
865dd55f04
KEYCLOAK-14961 SAML Client: Add ability to request specific AuthnContexts to remote IdPs
2020-09-03 21:25:30 +02:00
Erik Jan de Wit
f1c9d2e49e
Import client json file ( #55 )
...
* import form
* added confirmation dialog
* introduced page component for clients
2020-09-03 15:25:05 -04:00
Erik Jan de Wit
a0b2b52b4f
upgraded to storybook 6 and changed to tsx ( #58 )
2020-09-03 13:26:36 -04:00
Erik Jan de Wit
050f6aaed5
added more tests ( #59 )
2020-09-03 13:25:35 -04:00
dependabot-preview[bot]
ad16ce23d4
Bump i18next-http-backend from 1.0.17 to 1.0.18 ( #57 )
...
Bumps [i18next-http-backend](https://github.com/i18next/i18next-http-backend ) from 1.0.17 to 1.0.18.
- [Release notes](https://github.com/i18next/i18next-http-backend/releases )
- [Commits](https://github.com/i18next/i18next-http-backend/compare/v1.0.17...v1.0.18 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-09-03 14:58:42 +02:00
Hynek Mlnarik
1c4a2db8e1
KEYCLOAK-14510 Properly close Response object
2020-09-03 11:23:05 +02:00
Simon Legner
bed664e4fe
KEYCLOAK-15186 Sort user federation table
2020-09-02 17:40:41 -04:00
stianst
a92bf0c3be
KEYCLOAK-15091 Fix issue with custom favicon.ico
2020-09-02 23:18:49 +02:00
Konstantinos Georgilakis
1fa93db1b4
KEYCLOAK-14304 Enhance SAML Identity Provider Metadata processing
2020-09-02 20:43:09 +02:00
Alex Szczuczko
106669cd45
KEYCLOAK-15428 Fix two broken links causing test failures
...
http://browsercookielimits.squawky.net no longer exists, and I can't find an
equivilent of what it did, so I've removed it.
https://wildfly.org needed a slash on the end and a www up front, to prevent a redirect.
That should resolve the test failures currently causing all PRs to be flagged.
2020-09-02 14:25:07 -03:00
Takashi Norimatsu
aad3bdcb88
KEYCLOAK-15251 keycloak-themes build fails in windows
2020-09-02 12:40:07 -04:00
Erik Jan de Wit
f41e8bd63b
css path ( #54 )
2020-09-02 08:55:59 -04:00
David Kanenwisher
afb6e99e3c
Fix typo
...
Correct the conjugation of "have".
2020-09-02 14:30:16 +02:00
Takashi Norimatsu
b93a6ed19f
KEYCLOAK-14919 Dynamic registration - Scope ignored
2020-09-02 13:59:22 +02:00
Erik Jan de Wit
bc041cd44e
added initial version of the "help system" ( #26 )
...
* added initial version of the "help system"
fixes : #25
* fix merge error
* fix format
2020-09-02 09:51:42 +02:00
Takashi Norimatsu
107a429238
KEYCLOAK-15236 FAPI-RW : Error Response on OAuth 2.0 Mutual TLS Client Authentication Error (400 error=invalid_client)
2020-09-02 09:31:20 +02:00
Erik Jan de Wit
8e664659b7
postcss plugin to new snopack format ( #51 )
2020-09-01 16:17:48 -04:00
mhajas
3928a49c77
KEYCLOAK-14816 Reset brute-force-detection data for the user after a successful password grant type flow
2020-09-01 21:45:17 +02:00
Hynek Mlnarik
583fa07bc4
KEYCLOAK-11029 Support modification of broker username / ID for identity provider linking
2020-09-01 20:40:38 +02:00
testn
0362d3a430
KEYCLOAK-15113: Move away from deprecated Promise.success()/error()
2020-09-01 14:26:44 -04:00
Donald Labaj
adbb2c3d3f
Added github actions to automate build, test, and linting ( #41 )
...
Fixes issue #15 . Builds, test, lints, and checks format when a PR is created using github actions.
2020-09-01 10:51:59 -04:00
Erik Jan de Wit
3959d2c47e
fixed build by changing it to webpack ( #50 )
2020-09-01 08:21:47 -04:00
Zack Powers
0001a930b4
KEYCLOAK-15068: Fix 15068 by parameterizing ProviderFactory with LoginFormsProvider.
2020-09-01 12:17:17 +02:00
Iavael
f021f72fcd
[KEYCLOAK-14663] Fix spelling in RU translation
...
https://en.wiktionary.org/wiki/%D0%BF%D1%80%D0%B8%D0%B2%D0%B8%D0%BB%D0%B5%D0%B3%D0%B8%D1%8F
2020-09-01 12:01:13 +02:00
Jon Koops
b64cf3c315
KEYCLOAK-14980 Remove references to Bower
2020-09-01 11:49:58 +02:00
Erik Jan de Wit
e87b24d07d
added an external link component ( #46 )
2020-09-01 10:25:24 +02:00
mhajas
bdccfef513
KEYCLOAK-14973 Create GroupStorageManager
2020-09-01 10:21:39 +02:00
Stan Silvert
cb56cbb8fc
yarn.lock was updated with yarn install ( #49 )
2020-09-01 09:46:47 +02:00
Luca Leonardo Scorcia
cc2150dd90
KEYCLOAK-14902 Replace SAML SP metadata export with link to descriptor
2020-08-31 22:27:06 +02:00
Luca Leonardo Scorcia
03c07bd2d7
KEYCLOAK-14902 Replace SAML SP metadata export with link to descriptor
2020-08-31 22:26:30 +02:00
testn
b392084297
KEYCLOAK-15173: Fix bug in SAML11EvidenceType.remove()
2020-08-31 21:46:26 +02:00
Erik Jan de Wit
513aa2ba91
initial version of the create client create page ( #47 )
...
* initial version of the create client role page
* added types and sort function
* updated types
* added steps
* added save function
* fix error message
2020-08-31 14:26:25 -04:00