forked from keycloak/keycloak
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
KEYCLOAK-11733 API to get parents of a role #2
Open
Cracky5457
wants to merge
144
commits into
main
Choose a base branch
from
KEYCLOAK-11733-endpoint-get-parents-role-2
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Cracky5457
force-pushed
the
KEYCLOAK-11733-endpoint-get-parents-role-2
branch
4 times, most recently
from
December 3, 2021 12:19
e8ef449
to
2bc40cf
Compare
Adapt KeycloakMetricsHandler to consider custom relative paths via `kc.http.relative-path` or --http-relative-path=/auth. Previously only the fixed path /metrics was allowed which did not work with custom context-paths. - Adapted KeycloakProcessor to Pedros proposal from pedroigor@0b28d71 - Removed unnecessary KeycloakMetricsHandler - Added MetricsDistTest Fixes keycloak#8877
In the Admin UI, the Authenticator was simply called Browser Redirect/Refresh which gives the impression that it is a generic redirector (which would be a cool validator). This Quick Fix changes the Name to "Browser Redirect for Cookie free authentication" which should bring more clarity.
Initial version of the guide for enabling TLS/HTTPS for Quarkus based Keycloak Closes keycloak#9458
…to keycloak.conf Closes keycloak#9606
Workaround for keycloak#9648
Update LDAPOperationManager.java Closes keycloak#9560
Currently, the CodeQL scanner has been analyzing the whole codebase,including folders like testsuite, or examples. Those folders are not relevant from the security standpoint, considering that they do not expose our users and customers to any risks. They are only relevant in the context of our pipelines, but never used in production. Closes keycloak#9631
Previously lookups for embedded theme-resources did not work for Keycloak.X because of a missing `ClasspathThemeResourceProvider` registration. This PR ensures that a `ClasspathThemeResourceProvider` is registered in Keycloak.X based deployments. Added empty constructors to ClasspathThemeResourceProvider to enable dynamic instantiation by Quarkus. Fixes keycloak#9653
Cracky5457
force-pushed
the
KEYCLOAK-11733-endpoint-get-parents-role-2
branch
from
January 22, 2022 01:21
2bc40cf
to
3e0ab0e
Compare
Cracky5457
pushed a commit
that referenced
this pull request
Dec 13, 2022
adding nvmrc CIAM-1048 Device Activity screen PF updates CIAM-1046: Personal Info sub-header update Updates SigningInPage to use EmptyState component when there are no credentials. rearanged some components used in signing in page Displays ApplicationPage content in description list. Updates refresh link on ContentPage, updates Resources screen. CIAM-1049 Linked Accounts screen PF updates CIAM-1043-General upstream updates Updates AccountPage to display form errors. fix: display Set up Authenticator Application link on large viewport fix(page structure): rearranges page sections CIAM-1254/Personal info PF4 updates & Sidebar text updates updating layouts updating layout on Signing in and Linked acounts adding patternfly-additions adding patternfly-addons styles Updates Application page based on designs feedback. moving page description Updates status label on Applications page to be capitalized. Updates the copy-fonts script for keycloak.v2 to copy all font directories instead of one. update Personal info screen - set max width of 600px for form input fields update Personal info - remove required indicator from input fields General updates (#2) * removed the extra lines being shown * tweaked general spacing * general alignment and spacer application * refactor to get proper alignments without css globals * forgot to add the conditional on displaying the set up buttons * try and adjust the alignments Co-authored-by: zwitter <[email protected]> resolve merge conflicts Device activity updates (keycloak#4) * update text to sentence case * update device info columns to be dynamic across various viewport sizes * update signed in device layout * update based on feedback Co-authored-by: Jon Szeto <[email protected]> Linked accounts update (keycloak#3) * linked accounts screen - updated icons & Linked/Unlinked Login Providers layout & update text to sentence case Co-authored-by: Jon Szeto <[email protected]> fixing ts errors cleaning up fonts and messages final review updates message update for Back to admin console link fixing capitalization on 2fa updating landing page welcome message fix: reposition Back to... link adjusting size for confirm modal updating spacing and alignment issues updating resources page removing unused header class fixes ts issues and updates node version to match the themes install npm updates fixing pf addons adding chokidar to get babel:watch working fixing issues from pull request feedback fixing tests fixes signingin page test fixing tests Co-authored-by: Tyler Andor <[email protected]>
Cracky5457
pushed a commit
to HumanBrainProject/keycloak
that referenced
this pull request
Aug 16, 2023
--- Quarkus3 branch sync Cracky5457#2 (20.1.2023) Resolved conflicts: keycloak/testsuite/utils/pom.xml - Modified
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.