From 292eb26c46bcaff2cae90d3028dfbbe084c1fd8e Mon Sep 17 00:00:00 2001 From: delvh Date: Mon, 20 Mar 2023 22:44:54 +0800 Subject: [PATCH] Fix author attribution and release date in the OIDC groups blog (#243) Reviewed-on: https://gitea.com/gitea/blog/pulls/243 Reviewed-by: John Olheiser Reviewed-by: KN4CK3R Co-authored-by: delvh Co-committed-by: delvh --- .../post/feature-preview-mapping-oidc-groups-to-teams.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/post/feature-preview-mapping-oidc-groups-to-teams.md b/content/post/feature-preview-mapping-oidc-groups-to-teams.md index a5a62b2..6ea73af 100644 --- a/content/post/feature-preview-mapping-oidc-groups-to-teams.md +++ b/content/post/feature-preview-mapping-oidc-groups-to-teams.md @@ -1,6 +1,6 @@ --- -date: "2023-03-09T01:00:00+01:00" -author: "13tm3nt3r" +date: "2023-03-20T13:00:00+01:00" +author: "https://github.com/13tm3nt3r" title: "Feature Preview: Mapping OIDC Groups to Teams" draft: false --- @@ -74,6 +74,6 @@ Update the Authentication Source and test it with OpenID login option. Your user ![Gitea screenshot copying in the OIDC Auto discovery URL and adding in the mapping](/demos/oidcmapping/12.png) -Finally, a big thank you to [KN4CK3R](https://gitea.com/KN4CK3R) for their work on the PR that made this possible. +Finally, a big thank you to [KN4CK3R](https://gitea.com/KN4CK3R) for his work on the PR that made this possible. -Hope this helps anyone that wants to use SSO with Azure and add automatically their users to an organization team 😃. If you do use this, and find any issues, please feel free to open up an issue on the [Gitea issue tracker](https://github.com/go-gitea/gitea/issues). \ No newline at end of file +Hope this helps anyone that wants to use SSO with Azure and add automatically their users to an organization team 😃. If you do use this, and find any issues, please feel free to open up an issue on the [Gitea issue tracker](https://github.com/go-gitea/gitea/issues).