We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38478aa commit 8477cf9Copy full SHA for 8477cf9
docs/cas.md
@@ -51,13 +51,12 @@ Or you might have to call serviceValidate for Protocol 3 via **/p3/**:
51
]
52
```
53
54
-
55
### Optional: Enabling Slate extensions
56
57
Some deployments include vendor‑specific fields (for example `slate:*`) in CAS responses.
58
You can opt in to Slate support:
59
60
-```php
+```php
61
'cas' => [
62
// ...
63
'serviceValidate' => 'https://cas.example.com/p3/serviceValidate',
0 commit comments