We use Connect OpenID and Microsoft for Single Sign on. My problem occurs when a user clicks on a hyperlink in Microsoft Word. The user will sign on but the page returns access denied. The users permissions should allow them to access the page. They are able to access when the url is pasted into the browser. The problem is similar to the one described in this link: https://docs.microsoft.com/en-us/office/troubleshoot/office/click-hyperlink-to-sso-website.
I want to insert values from a field that i have created when i push the button. I have created my database and a table for 2 values.(table name is Formlrs, value 1 is address and value 2 is port). But when i push save button it doesnt work( no reaction)
Just a shot in the dark here but I've been fighting with an issue trying to set up an anchor link from a link field that brings you down to a section of the page. The problem is it cuts off everything above it and you can't scroll up anymore. This is probably more of a CSS/markup issue rather than Drupal but I wanted to ask in case someone knows of an issue doing this in Drupal. Thx
I am new in D8, I just installed drupal and created on custom module, worked fine till now!
than I added first_module.links.menu.yml file in my module(seeing code from net), following is code:
first_module.my_page:
title: 'My First menu D8'
description: 'Example how to make admin setting page menu link, I am writting this i module_name.links.menu.yml file'
parent: system.admin_config_development
route: first_module.my_page
weight: 100