Requirements for setting up Laravel app as an identity provider #101
Replies: 1 comment 1 reply
-
@alexschema I dont have a lot of AWS IAM experience. This package is a Laravel wrapper for litesaml/lightsaml. Your question, although nicely articulated, may be better placed in their https://github.com/litesaml/lightsaml/issues. There may be someone there that can answer your question. You may keep your question here for discussion and update as you find further information. It would be greatly appreciated. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there 👋
I was looking into setting up an existing Laravel application as an IdP and I had some questions.
Essentially, I want the Laravel app to act as an external IdP, and have AWS IAM Identity Center use the app to sign in to the AWS access portal. It would be similar to how an external IdP like Okta can be setup so existing Okta credentials can be used to sign in to AWS. I'm new to doing this, I'm sorry in advance if I'm overexplaining or leaving out important info haha.
I saw in the AWS documentation that to setup other identity providers, they have special considerations to consider.
Does Laravel SAML IdP follow the special considerations outlined in the documentation?
Would the SAML section from the excerpt above be something that I would enforce in my app or are any of those checks supported by the package?
Any help is appreciated, thanks!
Beta Was this translation helpful? Give feedback.
All reactions