Skip to Content.
Sympa Menu

comanage-dev - [comanage-dev] Re: Callout to external website as part of registration workflow

Subject: COmanage Developers List

List archive

[comanage-dev] Re: Callout to external website as part of registration workflow


Chronological Thread 
  • From: Benn Oshrin <>
  • To: Niels van Dijk <>
  • Cc: CoMaNaGe-DeV <>
  • Subject: [comanage-dev] Re: Callout to external website as part of registration workflow
  • Date: Wed, 20 Jun 2018 21:59:16 -0400
  • Ironport-phdr: 9a23:h96HvRw8cBaI+r7XCy+O+j09IxM/srCxBDY+r6Qd2+wSIJqq85mqBkHD//Il1AaPAd2Graocw8Pt8InYEVQa5piAtH1QOLdtbDQizfssogo7HcSeAlf6JvO5JwYzHcBFSUM3tyrjaRsdF8nxfUDdrWOv5jAOBBr/KRB1JuPoEYLOksi7ze+/94HTbglSmDaxfa55IQmrownWqsQYm5ZpJLwryhvOrHtIeuBWyn1tKFmOgRvy5dq+8YB6/ShItP0v68BPUaPhf6QlVrNYFygpM3o05MLwqxbOSxaE62YGXWUXlhpIBBXF7A3/U5zsvCb2qvZx1S+HNsDtU7s6RSqt4LtqSB/wiScIKTg58H3MisdtiK5XuQ+tqwBjz4LRZoyeKfhwcb7Hfd4CWGRPQMhRWSxCDI2yYYQAAOgOMvpXoYTmu1sDrwGzCRWwCO7hyDJFgGL9060g0+QmFAHLxBEtEMwIsHTSsd77LbwSUeCvzKnJyzXIcvRb1izj54jOdBAhpuqBXbN2ccrN10YvDQXFgUuMqYD7JT+ayPkCs3WC4udmSOmhhWknqwRrrTiuwMchkojJhoQJyl/a7yV5xpg6JcGmREJhf9GrDYZQuieHPIV1WsMvW39ktDo5x7EcvZO2fjIGxIkpyhLBcfCLbZSE7xH7WOqMPTt1h2hpdbyjixqo7EStyfDwWtOp3FtErydIlMTHuGoX2BzJ8MeHT+Nw/ke/1jaL0ADe8uFEIUcxlaraNZEhx6Q/lpsXsUjaBCD7mVn6gLWZdkk+5+eo8froba/jpp+cMI90kR3+Pr4ylcy4BOQ0KgkOX26F9uSgzLDv41H1TbZQgvAykKTVqo3WKMoFqqKjHQNZzoUu5w66Dzi80dQYmXcHLEhCeBKCl4XmIE/BIPb+Dfe4mFmskTFrx+zYMb37BJXCMGTDnKn7cblj9kFc1RI/zcpD6JJMFrEBPPXzV1ftu9zfCx82KQq0zPzoCNpjz48RRHyAArGCPaPWsF+I/f4vI/KSaIMPuTb9LeQl6OD0jX8/h1AdYbel0YEJZ3+lA/Q1a3meNFztj9MaWXkDuEISTe7pwAmEUDNXfDCsVqQw5zM4IJm7F4nFS5zrhrjXjwmhGZgDTG1ADBirCnfydoPMD/0BbiSVCs5njjEeU7W9Ecks2Qz451yy8KZuMueBon5QjpnkztUgorSLzRw=

Hi Niels,

There are a few options, though they all probably require some amount of
local coding at the moment...

(1) If you can stage the handoff at the end of enrollment and not need
to return to the flow, you could use Redirect on Finalize. However, this
doesn't support passing enrollment state, so it may not meet your needs.

(2) You can write a plugin. You can inject your logic at whatever point
you wish, and the documentation indicates how to return to the
enrollment flow. You have full access to the petition. However, this
will require you to maintain the custom code.

https://spaces.internet2.edu/display/COmanage/Enrollment+Flow+Plugins

(3) Given that you're talking about credential management, we could be
discussing Authenticator plugins. While we do not currently support
setting up authenticators as part of enrollment, that seems like a
reasonable RFE.

https://spaces.internet2.edu/display/COmanage/Authenticator+Plugins

Thanks,

-Benn-

On 6/19/18 11:34 AM, Niels van Dijk wrote:
> Hi all,
>
> I would like to make a roundtrip to an external application part of a
> registration flow. In this case to make a use register a second factor
> at a third party application.
> I know one can include a flow to ORCID to get the ORICDid, are other
> hooks or capabilities supported? I would prefer not to use Oauth.
>
> Also, how do I return into the flow at just the right point? Can I call
> a specific URL?
>
> Many thanks,
>
> Niels
>
>



Archive powered by MHonArc 2.6.19.

Top of Page