Author Topic: WebEA with openid not working  (Read 12623 times)

lynch80516

  • EA Novice
  • *
  • Posts: 9
  • Karma: +0/-0
    • View Profile
WebEA with openid not working
« on: July 08, 2021, 03:06:17 pm »
I’m trying to configure webea to use openid sso via key cloak. I configured openid in the model and tested successfully with accessing the model using openid. When I try and access the model using webea I get an internal server error after selecting a model and then desktop. The login doesn’t redirect to keycloak. If I uncheck use openid is the users webea works fine with windows and local usernames and passwords. Any help would be greatly appreciated.

ddrakos

  • EA Novice
  • *
  • Posts: 16
  • Karma: +0/-0
    • View Profile
Re: WebEA with openid not working
« Reply #1 on: September 24, 2021, 11:30:07 pm »
Hi,

maybe you should just add following string in your OpenID Callback URL(s) configuration

http://localhost:8888/openid/callback, https://xxxx.com/WebEA/login_sso.php

Regards
Drakos

lynch80516

  • EA Novice
  • *
  • Posts: 9
  • Karma: +0/-0
    • View Profile
Re: WebEA with openid not working
« Reply #2 on: September 25, 2021, 12:21:07 am »
Thanks I had that callback in keycloak webea is giving me a parameter error without any other clues.