Deeplink for GET request

4
For an OAuth2 login I need to be able to receive a token in the Mendix app, I redirect the token to a deeplink in the application using string arguments. However the response is always lead by a '?' and in the deeplink module everything after a '?' is cut out of the string argument. Is there a way to prevent this? Or is there another way to receive the token from a GET request?
asked
1 answers
0

Why don't you use the OAuth Module in the appstore. It works excellently and can be extended to use any oauth functionality. Alternatively you can select include get parameters in the deep-link configuration.

answered