FusionAuth / fusionauth-issues

FusionAuth issue submission project
https://fusionauth.io
89 stars 12 forks source link

Add "Login with Aadhar" identity provider #1886

Open mooreds opened 1 year ago

mooreds commented 1 year ago

Add "Login with Aadhar" identity provider

Problem

Aadhar is the national identity system for India. It has nearly 100% coverage.

I want to add a "Login with Aadar" button to my B2C app which is targeting Indian consumers.

Solution

There should be an Aadar identity provider, a peer of Twitter, Facebook, etc.

Alternatives/workarounds

Might be able to do something with the Login API.

Additional context

Here's the developer docs on Aadhar, including a sample app: https://www.uidai.gov.in/en/914-developer-section.html

Community guidelines

All issues filed in this repository must abide by the FusionAuth community guidelines.

How to vote

Please give us a thumbs up or thumbs down as a reaction to help us prioritize this feature. Feel free to comment if you have a particular need or comment on how this feature should work.

robotdan commented 1 year ago

Do they have any dev doc that would imply it is close to OIDC or something similarly web based?

mooreds commented 1 year ago

I was unable to find anything beyond the dev doc I linked. I guess the next step if we wanted to start with this would be to download the sample java app from the Aadhar dev doc and see what it was doing.

robotdan commented 1 year ago

Ok. If they don't have any web based login flow similar to OIDC - seems like the likelihood of implementing this is super low. But we can leave it open to see if there is general community interest.