Ask Questions and Find Answers
Important:
Ask is now read-only. You can review any existing questions and answers, but not add anything new.
But - don't panic! While ask is no more, we've replaced it with discuss - the new Liferay Discussion Forum! Read more here here or just visit the site here:
discuss.liferay.com
Liferay 7.4 OpenID Connect with Azure B2C
Hi, I am trying to setup Liferay 7.4 as SP with Azure B2C by OpenId
Connect. The issue is one time you select opend id conectt on login
page, is a redirect for your authorize URL configured in OpenID
Connect Provider, the redirect is well, and Azure B2C can handle it,
asking me for user/password. But one time the Sign in or Sign up
process, Liferay try to parse this like if it were a access_token, but
isn't. Apperently Liferay expect a access_token for the auth token
endpoint configured in OpenID Connect Provider Section on Liferay, So
I get an internal server error on Liferay. The error I see is: Error:
Unable to parse tokens response from
https://XXX.b2clogin.com/XXX.onmicrosoft.com/b2c_1a_signup_signin/oauth2/v2.0/token:
Missing JSON object member with key "access_token"
I have followed this: https://help.liferay.com/hc/en-us/articles/360028711312-Authenticating-with-OpenID-Connect