Ofer Chen

Results 21 comments of Ofer Chen

> Hey @mcforres I think support for this would be _very_ welcome and I'm happy to work with you on it. > > 1.) Opt-in definitely sounds like the way...

Hi @sventorben, Thanks for looking into this. To validate I'm using known good configuration I switched Keycloak version to branch release/24.0 which should be okay. I also switched to using...

Yes, you are correct apparently using discoveryEndpoint from rest api does not triggers the parsing of the other endpoints. I adapted my configuration script with individual endpoints and added clients...

I found another issue with how identity providers were configured. ``` #!/usr/bin/env bash KCSERVER="http://localhost:8080" KCADM="${HOME}/devel/keycloak-24.0.3/bin/kcadm.sh" REALMS=("realm1" "realm2") BROKER="broker" ADMIN_USER="admin" ADMIN_PASSWORD="admin" BROKER_ADMIN_USER="brokeradmin" BROKER_ADMIN_PASSWORD="brokeradmin" USER="user" USER_PASSWORD="password" CLIENT_PASSWORD="password" CUSTOMFLOW="CustomBrowserFlow" log_message() { echo "$(date...

Continuing to adapt the configuration script, I added loginHint and acceptsPromptNoneForwardFromClient. There is likely more configuration in the clients required to allow actual login though. ``` #!/usr/bin/env bash KCSERVER="http://localhost:8080" KCADM="${HOME}/devel/keycloak-24.0.3/bin/kcadm.sh"...

Hi @sventorben, Thanks for your reply. I don't see the exception anymore and got the redirection working but I would like to have the authentication redirected. feel free to convert...

> What do you mean by "the authentication redirected"? What exactly do you expect the extension to do and what exactly is the use case here? If you have the...

> thanks for the pr @oferchen actually more packages are needed see https://github.com/shapeblue/cloudstack-nonoss/blob/main/install-non-ossI also added vsphere and customer connect and Netapp and the two juniper sdks

> cc @nvazquez @Pearl1594 @oferchen I think what @weizhouapache is more appropriate it’s because most of us or our CI automation don’t use this script anymore. As long as it...

Can someone please approve this pull request so we can move forward?