Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Justin Greer

    (@justingreerbbi)

    Hi Vince,

    Sorry for the delay. WP OAuth Server doe support mobile authentication. WP OAuth Server supports all OAuth grant types making is work for just about any for of programing/development language as long as the client supports HTTPS calls.

    I personally use WP OAuth Server and the User Credential grant type to authorize with native mobile languages. WE are working to provide better documentation and video walk throughs to help users better understand how WP OAuth Server can be used as well as give the public a better understanding of OAuth in general.

    Hope that helps. Please let me know if you need to know anything else!

    Thread Starter vince_

    (@vince_)

    Hi Justin,

    Thank you very much for your message.
    – I have installed WP OAuth Server | v 3.1.3
    – In the Grants types, I have only checked “User credentials”
    – I have created a client so I have the ClientID and secret now

    How would you recommend to process the authentification from a native Android app ?

    Thanks again for your precisou help,

    Vincent

    Thread Starter vince_

    (@vince_)

    Hi Justin,

    I’m sorry to bother you again. Do you confirm that I can authentificate in my Android app without opening any web browser ?

    Thanks ??

    Vincent

    Plugin Author Justin Greer

    (@justingreerbbi)

    Yes you can authorize in a web browser. If you are using a web browser on a mobile phone, then you may need to look into the implicit grant type. The Grant Type “user credentials” will work in the web browser if you have a means of parsing the JSON return in the app.

    Thread Starter vince_

    (@vince_)

    I wish to avoid any webview or web browser. I would like that my login process happens fluently inside my native app. Do you think it is possible ?

    Plugin Author Justin Greer

    (@justingreerbbi)

    Absolutely! submit a support request and we can get you setup with a development key so you can test the feature.

    Thread Starter vince_

    (@vince_)

    Thank you very much Justin. I have just submitted a request.
    Is the feature free ?
    Best Regards

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Mobile authentification’ is closed to new replies.