You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Note on enabling authentication for a route using yii2
56
73
@@ -80,6 +97,14 @@ After the component is installed, the moment you hit the site/about page, it sho
80
97
So, if you want to do SAML provided attributes and want to implement a fine grained access control, yii2 makes it easy.
81
98
82
99
### Note on yii2 login link.
83
-
If your application has links to login, for example, 'site/login', you need to change to _saml/login.
100
+
If your application has links to login, for example, 'site/login', you need to change to _saml/login._
84
101
85
102
However, it is best if you use Yii::$app->user->loginUrl[0], so it will take whatever is the correct loginUrl, so it will work with or without this plugin.
0 commit comments