You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/03/04 10:39:46 UTC

[GitHub] [cordova-plugin-inappbrowser] yaro08 edited a comment on issue #342: Client digital certificate authentication doesn't work

yaro08 edited a comment on issue #342: Client digital certificate authentication doesn't work
URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/342#issuecomment-469204818
 
 
   @joaomartinsOS Great!! Sorry for late reply, I was too busy.
   
   If for someone is useful: my url have like this structure: https://mydomain.com/....&redirect_uri=myapp://localhost/callback
   
   when user login success, the server redirect to user to: myapp://localhost/callback
   and with deep links browser go back to te app
   
   and the config for install it is something like this:
   ```
   <plugin name="ionic-plugin-deeplinks" spec="^1.0.17">
           <variable name="URL_SCHEME" value="myapp" />
           <variable name="DEEPLINK_SCHEME" value="https" />
           <variable name="DEEPLINK_HOST" value="localhost" />
       </plugin>
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org