for authentication I'm using AWS cognito. but the issue im facing now is that Cognito do not support OAuth 1.0. I know its very old now but still the client I'm dealing with don't want to upgrade so I have to make this OAuth 1.0 compatible with cognito.
what I'm thinking now is to build a bridge between Cognito and OAuth 1.0 using custom OpenID app. this solution was suggested here.but I'm still wondering if there's a better solution for this? or if I want to create this bridge what should i consider ?. and if anyone have build solution like this ? i cant seems to find anything like this.