BBC Radio 5 live’s award winning gaming podcast, discussing the world of video games and games culture.
…
continue reading
内容由Stephen Cross and Talking Drupal Hosts提供。所有播客内容(包括剧集、图形和播客描述)均由 Stephen Cross and Talking Drupal Hosts 或其播客平台合作伙伴直接上传和提供。如果您认为有人在未经您许可的情况下使用您的受版权保护的作品,您可以按照此处概述的流程进行操作https://zh.player.fm/legal。
Player FM -播客应用
使用Player FM应用程序离线!
使用Player FM应用程序离线!
Talking Drupal #447 - Drupal Single Sign On
Manage episode 413935753 series 28484
内容由Stephen Cross and Talking Drupal Hosts提供。所有播客内容(包括剧集、图形和播客描述)均由 Stephen Cross and Talking Drupal Hosts 或其播客平台合作伙伴直接上传和提供。如果您认为有人在未经您许可的情况下使用您的受版权保护的作品,您可以按照此处概述的流程进行操作https://zh.player.fm/legal。
Today we are talking about Drupal Single Sign On, The Benefits it brings to the Drupal Community, and A new book called Fog & Fireflies with guest Tim Lehnen. We’ll also cover Drupal.org Username Field as our module of the week.
…
continue reading
For show notes visit: www.talkingDrupal.com/447
Topics- What is Single Sign On (SSO)
- Does Drupal already support SSO
- Why is SSO on drupal.org important
- Camps using SSO
- Other possibilities
- Gitlab login
- Cloud IAM
- Why did the Drupal Association choose Cloud IAM
- How do you see the collaboration growing
- Where are we now
- What are the next steps
- How far are we from this becoming a reality
- What does onboarding look like
- Will third party sites be able to use D.O SSO
- Can the community help
- Fog & Fireflies
- First book
- Can you buy it now
- Single Sign On is coming to Drupal.org thanks to Cloud IAM
- A new book called Fog & Fireflies
- Open ID Connect module
- Keycloak
- Neil Drumm
- Lucas Heddn
- Marco Villegas
- Tim Lehnen
Tim Lehnen - aspenthornpress.com hestenet
HostsNic Laflin - nLighteneddevelopment.com nicxvan John Picozzi - epam.com johnpicozzi Matt Glaman - mglaman.dev mglaman
MOTW CorrespondentMartin Anderson-Clutz - mandclu
- Brief description:
- Have you ever wanted to have a field on user profiles specifically designed for drupal.org usernames? There’s a module for that
- Module name/project name:
- Brief history
- How old: created in August 2019 by hussainweb AKA Hussain Abbas of Axelerant
- Versions available: 2.0.0-beta4
- Maintainership
- Actively maintained, that release was made less than 6 months ago
- Test coverage
- Number of open issues: 8 open issues, none of which are bugs
- Usage stats:
- 1 site
- Module features and usage
- The module provides a new field type, along with its own widget and formatter
- With a simple checkbox, you can get the module to validate that the provided username is registered on drupal.org
- What’s really powerful about this module is that it can also pull other information from the drupal.org profile, such as first and last name, country, bio, and more
- It does this by leveraging a Guzzle-based API client for drupal.org that Hussain created as part of a DrupalCon Asia developer contest
- I believe the intended use of the modules is to use a provided drush command to copy the values from the drupal.org username field into other fields, where they would be displayed to site visitors
- Although this module isn’t something that a lot of sites will need, I could see it being really useful for Drupal camp websites, to automatically collect a lot of the information that many such sites ask users to populate manually
- I think it’s also an interesting use of the Drupal.org API, and could be a useful reference for anyone needing to implement a custom integration
502集单集
Manage episode 413935753 series 28484
内容由Stephen Cross and Talking Drupal Hosts提供。所有播客内容(包括剧集、图形和播客描述)均由 Stephen Cross and Talking Drupal Hosts 或其播客平台合作伙伴直接上传和提供。如果您认为有人在未经您许可的情况下使用您的受版权保护的作品,您可以按照此处概述的流程进行操作https://zh.player.fm/legal。
Today we are talking about Drupal Single Sign On, The Benefits it brings to the Drupal Community, and A new book called Fog & Fireflies with guest Tim Lehnen. We’ll also cover Drupal.org Username Field as our module of the week.
…
continue reading
For show notes visit: www.talkingDrupal.com/447
Topics- What is Single Sign On (SSO)
- Does Drupal already support SSO
- Why is SSO on drupal.org important
- Camps using SSO
- Other possibilities
- Gitlab login
- Cloud IAM
- Why did the Drupal Association choose Cloud IAM
- How do you see the collaboration growing
- Where are we now
- What are the next steps
- How far are we from this becoming a reality
- What does onboarding look like
- Will third party sites be able to use D.O SSO
- Can the community help
- Fog & Fireflies
- First book
- Can you buy it now
- Single Sign On is coming to Drupal.org thanks to Cloud IAM
- A new book called Fog & Fireflies
- Open ID Connect module
- Keycloak
- Neil Drumm
- Lucas Heddn
- Marco Villegas
- Tim Lehnen
Tim Lehnen - aspenthornpress.com hestenet
HostsNic Laflin - nLighteneddevelopment.com nicxvan John Picozzi - epam.com johnpicozzi Matt Glaman - mglaman.dev mglaman
MOTW CorrespondentMartin Anderson-Clutz - mandclu
- Brief description:
- Have you ever wanted to have a field on user profiles specifically designed for drupal.org usernames? There’s a module for that
- Module name/project name:
- Brief history
- How old: created in August 2019 by hussainweb AKA Hussain Abbas of Axelerant
- Versions available: 2.0.0-beta4
- Maintainership
- Actively maintained, that release was made less than 6 months ago
- Test coverage
- Number of open issues: 8 open issues, none of which are bugs
- Usage stats:
- 1 site
- Module features and usage
- The module provides a new field type, along with its own widget and formatter
- With a simple checkbox, you can get the module to validate that the provided username is registered on drupal.org
- What’s really powerful about this module is that it can also pull other information from the drupal.org profile, such as first and last name, country, bio, and more
- It does this by leveraging a Guzzle-based API client for drupal.org that Hussain created as part of a DrupalCon Asia developer contest
- I believe the intended use of the modules is to use a provided drush command to copy the values from the drupal.org username field into other fields, where they would be displayed to site visitors
- Although this module isn’t something that a lot of sites will need, I could see it being really useful for Drupal camp websites, to automatically collect a lot of the information that many such sites ask users to populate manually
- I think it’s also an interesting use of the Drupal.org API, and could be a useful reference for anyone needing to implement a custom integration
502集单集
所有剧集
×欢迎使用Player FM
Player FM正在网上搜索高质量的播客,以便您现在享受。它是最好的播客应用程序,适用于安卓、iPhone和网络。注册以跨设备同步订阅。