Forum Discussion

Yuto_Sumitani's avatar
Yuto_Sumitani
Ideator I
30 days ago

How to customize the login function

Hello,

We are currently implementing user authentication (ID and password) through an external web page that was developed separately from the standard Aras interface.

After successful authentication, we would like to redirect users to the Aras main page by logging in via a URL that includes the user ID, password, and database name.

If anyone is familiar with how to implement this kind of customization, we would greatly appreciate your advice.
For reference, our Aras Innovator version is Release 35.

Thank you in advance!

1 Reply

  • Hi Yuto,

    Just to clarify, are you collecting the Aras ID/password in the external webpage? Depending on your use case there are different ways to achieve this.

    If you're trying to authenticate with Aras via a third-party app we recommend authenticating via Oauth 2.0. These blogposts cover how you can authenticate via our REST API using Oauth 2.0: https://aras.com/en/blog/authenticating-in-oauth-2-0-with-aras-restful-api

    This will serve the user your standard Aras login page for authentication.