You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by "Selvamuthukumar Rajulu (Jira)" <ji...@apache.org> on 2021/07/21 09:34:00 UTC

[jira] [Commented] (OPENMEETINGS-2633) ADFS Integration for Single Sign-On

    [ https://issues.apache.org/jira/browse/OPENMEETINGS-2633?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17384777#comment-17384777 ] 

Selvamuthukumar Rajulu commented on OPENMEETINGS-2633:
------------------------------------------------------

Hello Maxim.

I'm trying to connect with ADFS using Oauth2/Openid and its working fine till ADFS authentication page.  Post auth, its landing back to OM with a code generated and throws login screen again.  OM not initiating the Request Token call after receiving the code.

*Intial Login screen*

!image-2021-07-21-14-56-32-878.png!

 

*After SSO Authentication*

!image-2021-07-21-14-57-38-167.png!

 

*Oauth2 Configurations*

!image-2021-07-21-14-58-51-908.png!

 

*Redirect URI -->* https://meet.domain.com/openmeetings/oauth/21
*Request key URL -->* https://adfs.domain.com/adfs/oauth2/authorize?redirect_uri=\{$redirect_uri}&response_type=code&client_id=\{$client_id}&scope=openid
*Request token method -->* POST
*Request token URL -->* https://adfs.domain.com/adfs/oauth2/token
*Request token attributes -->* code=\{$code}&client_id=\{$client_id}&client_secret=\{$client_secret}&redirect_uri=\{$redirect_uri}&grant_type=access_token
*Request info method -->* GET
*Request info URL -->* https://adfs.domain.com/adfs/oauth2/userinfo?access_token=\{$access_token}

 

Is there anything am doing/configuring wrong here which breaks the flow?  Could you please help to verify my configuration?

 

Regards,

Selva

 

 

 

> ADFS Integration for Single Sign-On 
> ------------------------------------
>
>                 Key: OPENMEETINGS-2633
>                 URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2633
>             Project: Openmeetings
>          Issue Type: Bug
>          Components: Builds, LDAP, OAuth
>    Affects Versions: 5.1.0, 6.0.0
>            Reporter: Selvamuthukumar Rajulu
>            Assignee: Maxim Solodovnik
>            Priority: Major
>         Attachments: image-2021-06-30-14-16-50-627.png, image-2021-06-30-14-17-37-342.png, image-2021-07-21-14-55-42-770.png, image-2021-07-21-14-55-42-849.png, image-2021-07-21-14-56-32-816.png, image-2021-07-21-14-56-32-878.png, image-2021-07-21-14-57-38-069.png, image-2021-07-21-14-57-38-167.png, image-2021-07-21-14-58-51-785.png, image-2021-07-21-14-58-51-908.png
>
>
> How to Integrate ADFS for Single Sign-On?  Right now, we are using LDAP authentication against our Active Directory, we would like to move to ADFS as same as our other web applications.
> Is there any possibility or solutions available to bring ADFS into the picture?



--
This message was sent by Atlassian Jira
(v8.3.4#803005)