-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.0 Inputs not showing up in blade #137
Comments
@parkerstafford, unfortunately there is not enough information to help guide you. |
hi there, that is about it. i followed the full steps setting up the configuration for the IDP, and in my blade file i put the @samlidp under the @crsf as stated in the documentation, and there is no hidden inputs. i did notice that there was a inputs blade file which i just took and put in there for now. i was also going to see what to put in the action attribute of the post form, a laravel route, or the SP url? |
It happens to me too, it adds the entry @samlidp in the login form but the hidden entries are not seen. Did you manage to solve it? |
The blade directive for this package is registered as bellow so the hidden inputs will only be present when SAMLRequest parameter is filled: https://domain.com/login?SAMLRequest=x
|
Hidden inputs not being shown in the html of the blade file under @csrf when doing @samlidp.
The text was updated successfully, but these errors were encountered: