ellaisys / aws-cognito

AWS Cognito package (with MFA Feature) using the AWS SDK for PHP/Laravel
https://ellaisys.github.io/aws-cognito/
MIT License
107 stars 42 forks source link

Cognitio User Pool with 1 Identity Provider & User Built In Laravel User Auth #93

Closed CloudMarshall closed 2 months ago

CloudMarshall commented 3 months ago

Hi,

from reading previous questions/issues, i am of the understanding you cannot use multiple identity providers (in our case we want to use Microsoft Azure AD & built in cognito user auth), but my question is can we leverage this package to use 1 identity provider (Microsoft Azure AD) and also use laravel built in user/pass authentication simultaneously.

We have the requirement when we need SAML SSO for Microsoft Azure AD, but also the ability to use standard username password auth (either that built in with Congito or laravel basic auth)

Is it possible with this package?

amitdhongde commented 2 months ago

@CloudMarshall This package currently does not support the Federated Identity Providers, This library just supports the Cognito User Pool with a Cognito-based authentication provider. There are no immediate plans to have that feature implemented.