Stefan Guilhen
271033c3a4
[KEYCLOAK-19102] Replace usages of deprecated setAllowNull(boolean) calls in the adapters subsystems with setRequired(boolean)
...
- WildFly will remove deprecated APIs, code needs to be changed before the next WildFly upgrade.
2021-09-24 13:01:50 +02:00
agagancarczyk
bd423c4bbe
Create profile ( #1218 )
...
* create-client-profile: creating client profile wip
* create-profile: added deleting profile
* create-profile: add executors - wip
* create-profile: add executors - wip
* create-profile: add executors - wip
* create-profile: add executors - wip
* create-profile: added testId for tests
* create-profile: added cypress tests for client profiles
* Update cypress/support/pages/admin_console/manage/realm_settings/RealmSettingsPage.ts
marking fields as private
Co-authored-by: Jon Koops <jonkoops@gmail.com>
* Update src/realm-settings/NewClientProfileForm.tsx
removing async (not needed)
Co-authored-by: Jon Koops <jonkoops@gmail.com>
* feedback fixes
* Update src/realm-settings/NewClientProfileForm.tsx
new router link implementation
Co-authored-by: Jon Koops <jonkoops@gmail.com>
* simplify ClientProfile type
* align form type with model
* do not delete
Co-authored-by: Agnieszka Gancarczyk <agancarc@redhat.com>
Co-authored-by: Jon Koops <jonkoops@gmail.com>
2021-09-24 11:46:01 +01:00
Pedro Igor
10e425315f
[KEYCLOAK-19274] - Avoid loading queries from properties at runtime for Dist.X
2021-09-24 09:26:43 +02:00
Erik Jan de Wit
b7ebd3260b
added subflow and create flow to authentication ( #1198 )
...
* added subflow and create flow to authentication
* fixed types
2021-09-23 17:06:58 +02:00
Erik Jan de Wit
8a9f96e53a
fixes issue with selected locals ( #1200 )
...
fixes : #1179
2021-09-23 16:15:37 +02:00
Jon Koops
453b5a07e7
Add editMode as a required field ( #1209 )
2021-09-23 16:11:41 +02:00
Jenny
bef9539389
Realm Settings(Client Policies): Add policies list ( #1201 )
...
* wip client policies: policies tab
* wip switches
* wip client policies: policies tab
* client policies list
* package.json
* revert to enabled
2021-09-23 09:41:29 -04:00
Erik Jan de Wit
8fc517f2a0
fix the name of the fields introduced test ( #1199 )
...
* fix the name of the fields introduced test
fixes : #1182
* changed to use display none to hide fields
2021-09-23 09:48:23 +02:00
Jenny
83d5624bf4
Identity Providers(Mappers): Edit mappers ( #1140 )
...
* rebase
dont fetch rolesbyID if mapperId
save attributes
fix cypress test
cypress test updates
fix cancel route
route fix with Erik
Apply suggestions from Jon's code review
Co-authored-by: Jon Koops <jonkoops@gmail.com>
pr feedback from jon
remove unused import
* usefindbytestid
* PR feedback from Jon
* fix tests
* fix save bug and feedback from Jon
* remove unnecessary type
* fix cypress test
2021-09-22 16:27:30 -04:00
Daniel Fesenmeyer
339224578e
KEYCLOAK-10603 adjust assignments to roles (user-role and group-role assignments, client-scope and client "scope mappings"): allow assignments of roles which are already indirectly assigned (e.g. by composite role)
...
- extend RoleMapperModel with method hasDirectRole(RoleModel), which only checks for direct assignment in contrast to the existing method hasRole(RoleModel)
- extend ScopeContainerModel with method hasDirectScope(RoleModel), which only checks for direct scope mapping in contrast to the existing method hasScope(RoleModel)
- use the new hasDirectRole and hasDirectScope methods to check whether a role is in the "available" list and whether it can be assigned (previously, the hasRole method was used for this purpose)
- add hint to UI that available roles contain effectively assigned roles which are not directly assigned
- adjust and extend tests
2021-09-22 13:56:29 +02:00
Erik Jan de Wit
809247a686
changed to use code editor ( #1161 )
...
* changed to use code editor
* Update src/components/json-file-upload/JsonFileUpload.tsx
Co-authored-by: Jon Koops <jonkoops@gmail.com>
* fixed tests
Co-authored-by: Jon Koops <jonkoops@gmail.com>
2021-09-22 10:54:53 +02:00
Erik Jan de Wit
34e9d7a3ca
added description on new client scope screen ( #1203 )
2021-09-22 10:35:02 +02:00
AndyMunro
e15ebe8306
admin-reuse -- Found one more Data Grid link to fix based on a separate PR.
2021-09-21 08:58:46 +02:00
Andy Munro
26087f0ece
Correcting capitalization
2021-09-21 08:58:46 +02:00
AndyMunro
2e8827cf1a
Resolving conflicts
2021-09-21 08:58:46 +02:00
Andy Munro
2cb26dd703
Fixing topics.adoc and cross-references
2021-09-21 08:58:46 +02:00
Andy Munro
a0b31dced3
minor corrections to duplicate text and wording
2021-09-21 08:58:46 +02:00
Andy Munro
c2fdee2d2d
Resolved conflicts
2021-09-21 08:58:46 +02:00
Stefan Sitani
90cd689e59
fix build issues: add attributes+ on codeblocks to prevent XML parsing error, fix anchor ID problems due to duplicate titles ( #60 )
...
WORKAROUND: replace xref target with link anchor that actually show up in the XML after conversion
2021-09-21 08:58:46 +02:00
Andy Munro
d11312c618
correction to themes
2021-09-21 08:58:46 +02:00
Andy Munro
66a884b244
integrated latest changes into new files
2021-09-21 08:58:46 +02:00
Andy Munro
2bdf64f90d
minor correction
2021-09-21 08:58:46 +02:00
Brian Dooley
9e66b97faf
KEYCLOAK-15756 Initial wording ( #58 )
...
* KEYCLOAK-15756 Initial wording
* KEYCLOAK-15756 Post feedback changes
2021-09-21 08:58:46 +02:00
Brian Dooley
4bcb4a49d7
Keycloak 15778 ( #59 )
...
* KEYCLOAK-15778 Initial commit
* KEYCLOAK-15778 fixes missing master realm png
* KEYCLOAK-15778 fixes missing master realm png
2021-09-21 08:58:46 +02:00
Andy Munro
2232d568b7
Reworked chapter 1, the overview chapter
2021-09-21 08:58:46 +02:00
Brian Dooley
bb767dcb62
KEYCLOAK-15749 Rewords SSSD ( #48 ) Minor edit
...
* KEYCLOAK-15749 Rewords SSSD
* KEYCLOAK-15749 Post feedback changes
* more post feedback changes
2021-09-21 08:58:46 +02:00
Brian Dooley
10ecbfe1db
KEYCLOAK-15942 Rewording ( #56 )
...
* KEYCLOAK-15942 Rewording
* Post feedback changes
* Post feedback changes
* Post feedback changes again
2021-09-21 08:58:46 +02:00
Andy Munro
0bcf8bcc5e
Change i.e. to such as
2021-09-21 08:58:46 +02:00
Andy Munro
eafa2bb3cf
Updating export/import chapter
2021-09-21 08:58:46 +02:00
Andy Munro
ef1bf867f4
Applying official TOC
2021-09-21 08:58:46 +02:00
Brian Dooley
3326ed1630
KEYCLOAK-15744 Initial rewording ( #49 )
2021-09-21 08:58:46 +02:00
Brian Dooley
2a82132ff5
KEYCLOAK-15790 Security Threats rewrite ( #57 )
...
* KEYCLOAK-15790 Security Threats rewrite
* KEYCLOAK-15790 Post feedback changes
2021-09-21 08:58:46 +02:00
Andy Munro
7492e07b47
Converting Admin Console to Configuring Realms chapter including Realm Keys from Authentication chapter
2021-09-21 08:58:46 +02:00
Brian Dooley
fd728e8a4e
Rework server initialization chapter
...
* KEYCLOAK-15941 Initial Rewording
* Post feedback wording changes
2021-09-21 08:58:46 +02:00
Andy Munro
9b0263f580
Reapply login settings topics
2021-09-21 08:58:46 +02:00
Andy Munro
62e78c0f2e
Minor OTP section name change
2021-09-21 08:58:46 +02:00
Andy Munro
56375976e5
Changing title of Authentication chapter
2021-09-21 08:58:46 +02:00
Brian Dooley
ba807279bd
Keycloak 15698 ( #47 )
...
* Rewords first 3 chapters
* Rewrites flows module
* Post kerberos rewording
* x509 changes
* Pre proof read
* post visual review
* post ccutil changes
* Removing apostrophies
* Post feedback changes
* Post feedback rewording changes
* Another minor change
2021-09-21 08:58:46 +02:00
Andy Munro
824bceaf3e
fixed cross-reference
2021-09-21 08:58:46 +02:00
Andy Munro
a335c4544c
Changed vs to 'compared to'
2021-09-21 08:58:46 +02:00
Andy Munro
4bd0e6b0b8
Correcting leveloffsets to use PLUS sign
2021-09-21 08:58:46 +02:00
Andy Munro
cb7e1aa3bd
more duplicate IDs to correct
2021-09-21 08:58:46 +02:00
Andy Munro
a95c0f3536
Correcting duplicate IDs for users topics
2021-09-21 08:58:46 +02:00
Brian Dooley
12809fbb7a
KEYCLOAK-16234 initial commit ( #41 )
...
* Fix Users TOC
* KEYCLOAK-16234 initial commit
* Modularization
* messing
* removes duplicate module calls
* Post feedback changes
Co-authored-by: Andy Munro <amunro@redhat.com>
2021-09-21 08:58:46 +02:00
Peter Skopek
b26a91c7a2
KEYCLOAK-16522 fix test issues (external links and anchor) ( #44 )
2021-09-21 08:58:46 +02:00
Andy Munro
6742606545
Add missing asterisk
2021-09-21 08:58:46 +02:00
Andy Munro
02f2507668
Adding PR1032 to address account deletion
2021-09-21 08:58:46 +02:00
Andy Munro
c2d64a506c
applying indentation using leveloffsets
2021-09-21 08:58:46 +02:00
Andy Munro
af2eea4940
minor formatting changes and technical corrections
2021-09-21 08:58:46 +02:00
Joan Edwards
fef494fc30
update content with corrections ( #42 )
...
* update content with corrections
* updates
2021-09-21 08:58:46 +02:00