Give us feedback
myinfo
Service icon

MyInfo

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded on 26 March 2021 by 
0.0
 (0 ratings)
myinfo

MyInfo

Details
This component provide sample integration with myinfo
Read more

This is MyInfo Integration tools and sample demo.


Pre-requisite:

  • Private Key with PKCS#1 format with .pem extension

e.g. Title started with  ------ Begin RSA PRIVATE KEY -----
You can also use open ssl to convert with the following command:
openssl.exe rsa -in "path\input.key"  > "path\privatekey.pem"

  • Public Key with .pem extension

You can also use open ssl to convert with the following command:
openssl x509 -pubkey -noout -in "path\cert.crt"  > "path\publickey.pem"

  • On Premise environment for with localhost access or valid submitted credentials from MyInfo


Notes:

  • Sample application name need to be "callback" so that:

     -  Development: http://localhost:3001/callback (if testing using sample from myinfo)
     -  Testing: http://localhost:3001/callback (if testing using sample from myinfo) or domain/<espacename> (if testing using submitted domain with myinfo)

  • For sample from myinfo testing, tester will need to have on premise setup that is calling the authorization using localhost:3001
Release notes (1.0.0)
Reviews (0)