I need that "node id" so i can log on what node the filter failed, meaning a token is invalid.
class AmazonFilter extends FilterBase {
..
..
public function process($text, $langcode) {
//filter stuff
//i need to find out what node it is running on
}
}
Iam new to drupal and i need a free Module for SSO SAML to set up drupal 9 as Idendity provider. I checked the miniorange saml idp, but that is much expensive. My requirement is that when drupal user login to drupal website they will be automatically logged in to a third party website developed in java. This third party has already incorporated saml as service provider.
So can any one suggest me how to achieve this in drupal 9?
Please advise when I need to use the Controller in my application, also can I use custom module and custom block to retrieve the node content from backend.
Background: Kicking off my first Drupal 9 project and running into a puzzler for me. I have a custom module, a vocabulary and some taxonomy terms. I've added some custom fields to the term entity using the UI. I'm trying to programmably alter the field data when new terms are created. Devel is installed, ksm is working elsewhere.