You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@guacamole.apache.org by "Triet Le (Jira)" <ji...@apache.org> on 2019/09/10 13:42:00 UTC

[jira] [Comment Edited] (GUACAMOLE-877) Add support for Okta MFA

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

Triet Le edited comment on GUACAMOLE-877 at 9/10/19 1:41 PM:
-------------------------------------------------------------

Okta supports many protocols [see here|#building-a-custom-login-experience-for-your-application]].

For this Okta Auth extension, I am planning to implement [OpenID Connect (OIDC)-based MFA as a Service|[https://help.okta.com/en/prod/Content/Topics/integrations/oidc-based-mfa-as-a-service.htm]] as part of the solution. From the glance, it aligns with the Duo auth extensions. 

 


was (Author: allez-allez-allez):
Okta supports many protocols [see here|[https://developer.okta.com/docs/concepts/authentication/#building-a-custom-login-experience-for-your-application]].

For this Okta Auth extension, I am planning to implement "[OpenID Connect (OIDC)-based MFA as a Service|[https://help.okta.com/en/prod/Content/Topics/integrations/oidc-based-mfa-as-a-service.htm]]" as part of the solution. From the glance, it aligns with the Duo auth extensions. 

 

> Add support for Okta MFA
> ------------------------
>
>                 Key: GUACAMOLE-877
>                 URL: https://issues.apache.org/jira/browse/GUACAMOLE-877
>             Project: Guacamole
>          Issue Type: New Feature
>          Components: guacamole
>            Reporter: Triet Le
>            Priority: Minor
>              Labels: features
>
> My company has been using Guacamole as our Remote Access solutions the past few years and it has been very reliable. We would like to strengthen our security posture by adding a second-factor authentication to our Guacamole stack. I am looking to develop and integrate Okta as another Guacamole auth extension. 
> Thinking this extension would behave very similar to the Duo auth extension. The authentication steps should follow:
> 1. User login Guacamole as usual.
> 2. Guacamole attempts to authenticate the user with the first authenticator (LDAP, MySQL or ...)
> 3. Once the first authentication attempt is succeeded, Okta auth extension rejects the authentication attempt and starts asking for the second-factor authentication.
> 4. Presents the Okta MFA flow and have them navigate through it (enrollment, activation, authentication)
> 5. Once the user has successfully satisfied the MFA challenge, Guacamole receives a signed response.
> 6. Okta auth extension validates the response. If valid, allow the user to proceed, otherwise, reject.
> I believe this extension would add more value to the product. Please let me know if I am on the right thinking track.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)