ging / fiware-idm

OAuth 2.0-based authentication of users and devices, user profile management, Single Sign-On (SSO) and Identity Federation across multiple administration domains.
https://keyrock-fiware.github.io
MIT License
36 stars 80 forks source link

Issue in integration of Fiware/idm with Fiware/apinf-platform #87

Closed ghost closed 5 years ago

ghost commented 5 years ago

Hi Team,

We are working on Fiware/APInf-platform. While integrating Fiware/idm with Fiware/apinf-plaform, we're facing an internal server error on apinf sign-in.

Fiware/IDM version: 7.5.1 Apinf: 0.58.0 API Umbrella: 0.15.0-apinf2.1 Callback URl: https:///_oauth/fiware

We have tried it with two different scenarios:

  1. Authenticate admin user Signing in with admin user is successful. User is redirected successfully to APInf's homepage.

  2. Authenticate other user who is authorized for the application But while signing in with any other registered user other than admin, user is not redirected to APInf's homepage & it shows some Internal Server Error has occurred. As per the current scenario, if a user(other than admin) tries to login to apinf via keyrock, it gets logged in into keyrock, but the error occurs while redirection of it on apinf's homepage.

We have also raised the issue on APInf community.

Thanks

apozohue10 commented 5 years ago

Hi @SourabhChourasiya-NEC

I have made some authentication tests with IdM 7.5.1 and is working. As I read in APInf community it seems you need to make somo additional configurations in APInf.

Regards

ghost commented 5 years ago

Hi @apozohue10, Thank you for your inputs.