Skip to main content

Add Password Authentication

POST 

/api/users/me/providers/password

Create a new identity provider for the current user that allows the user to login with a password.

You can learn more about this here.

Requirements

  • The user registered via an OAuth2 provider.

Tokens

  • A valid AccessToken is required.
  • A valid StepUpToken is required. This token should match user and session contained in the AccessToken.

Request

Responses

Success.