1

I am currently working on a React Native app and have problems with OAuth2. I don't want to forward to a third-party website, but for the user to enter his username and password. Are there any documentations? I only find resources to third-party forwarding..

I dont have a client-id nor a client-secret.. its just username/password like a normal login flow

I know there's password-grant, but I didn't get it any further or I didn't know how to use it.

Thank you in advance

1
  • 1
    same issue on me.. still don´t know how to use OAuth with username/password - i know how to use third party but not first party Commented Dec 22, 2020 at 19:03

1 Answer 1

1

You can either use services like auth0 or AWS Cognito to build your own branded identity provider.

Or if you are feeling curious and ready for some heavy lifting, you can for example use C# .NET with a Identity Server 4, use Go with go-oauth2, and customize.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.