OAuth 2.0/OpenID Connect configuration for Azure AD did not work

Hi All,

I have configured OAuth 2.0/OpenID to user Azure Active directory.

After entering Azure UserID and password and doing second factor verification I am unable to get inside IT SHOP.

When I checked log file I get below details in log file. Does anybody have any idea what is missing here.

2023-08-23 16:09:35.3317 INFO ( ObjectLog ge44la03ux1dfndkjpceiccx) : User WebAppService_d5718c8e7f5642ada00b28520870cd61 (Dialog user: WebAppService_d5718c8e7f5642ada00b28520870cd61, X fields: WebAppService_d5718c8e7f5642ada00b28520870cd61) authenticated.
2023-08-23 16:09:35.3317 INFO (VI.DB.Meta ge44la03ux1dfndkjpceiccx) : Loaded configuration from database for 'https://XXXXXXX/DIMK/'
2023-08-23 16:09:35.3473 INFO ( WebLog ge44la03ux1dfndkjpceiccx) : Forcing session end on ge44la03ux1dfndkjpceiccx due to an invalid anti-session-fixation cookie value, redirecting to /DIMK/page.axd?wproj=0
2023-08-23 16:09:35.3473 INFO ( WebLog ge44la03ux1dfndkjpceiccx) : Disposing session ge44la03ux1dfndkjpceiccx
2023-08-23 16:09:35.3473 INFO ( WebLog ge44la03ux1dfndkjpceiccx) : Session ge44la03ux1dfndkjpceiccx ended. Now 0 active sessions.
2023-08-23 16:09:35.3473 INFO ( WebLog ge44la03ux1dfndkjpceiccx) : Module instance created: VI_Session
2023-08-23 16:09:35.3473 INFO ( WebLog ge44la03ux1dfndkjpceiccx) : Session ge44la03ux1dfndkjpceiccx started
2023-08-23 16:09:35.3473 INFO ( WebLog ge44la03ux1dfndkjpceiccx) : Creating form VI_Session Start
2023-08-23 16:10:41.9498 INFO ( ObjectLog ) : User WebAppService_d5718c8e7f5642ada00b28520870cd61 (Dialog user: WebAppService_d5718c8e7f5642ada00b28520870cd61, X fields: WebAppService_d5718c8e7f5642ada00b28520870cd61) authenticated.
2023-08-23 16:10:41.9498 INFO (VI.DB.Meta ) : Loaded configuration from database for 'https://XXXXXXX/DIMK/'

Thank you.

Dnyandev

Parents
  • I would suggest increasing the logging in the web designer config file editor and reproduce the issue and then look at the new logs. We should be seeing the options being picked for Oauth in the log and this should tell us what the issue is here. What version of Identity Manager is being used? I have successfully setup an Azure identity provider to work with Identity Manager with no issues.

Reply
  • I would suggest increasing the logging in the web designer config file editor and reproduce the issue and then look at the new logs. We should be seeing the options being picked for Oauth in the log and this should tell us what the issue is here. What version of Identity Manager is being used? I have successfully setup an Azure identity provider to work with Identity Manager with no issues.

Children