{"id":12883,"date":"2017-05-02T08:58:41","date_gmt":"2017-05-02T08:58:41","guid":{"rendered":"https:\/\/nextcloud.com\/?p=2201"},"modified":"2017-05-02T08:58:41","modified_gmt":"2017-05-02T08:58:41","slug":"security-in-nextcloud-12-new-authentication-mechanisms","status":"publish","type":"post","link":"https:\/\/nextcloud.com\/fr\/blog\/security-in-nextcloud-12-new-authentication-mechanisms\/","title":{"rendered":"Security in Nextcloud 12: new authentication mechanisms"},"content":{"rendered":"<p>Nextcloud 12&rsquo;s authentication for clients and third parties has received an overhaul. Nextcloud 12 supports a wide variety of authentication mechanisms including OpenID and OAuth 2.0, Kerberos and others thanks to its <a href=\"https:\/\/docs.nextcloud.com\/server\/12\/admin_manual\/configuration_server\/sso_configuration.html#configuring-environment-based-authentication\">ability to authenticate via an environment variable.<\/a> A major benefit of this approach is that, instead of re-inventing the wheel and writing fresh security-critical code, Nextcloud relies on widely used and battle-tested solutions. The new client authentication follows a similar pattern.<\/p>\n<h2>New client authentication<\/h2>\n<p>Simplicity is the highest ideal in security because doing less means a smaller attack surface and less room for mistakes. This was our approach when designing a new authentication mechanism for our (and other) clients. Rather than supporting a multitude of different authentication mechanisms, we let the client authenticate to the server in one, simple, effective way, letting the server thus handle all complicated authentication mechanisms supported for users. This leaves the client authentication easy to explain, easy to implement and with little room for ambiguity and vulnerabilities.<\/p>\n<p>For a user it is equally simple. Enter the server URL in the client and you get a web page with your Nextcloud login. You log in with your usual credentials, be it a SSO system, two-factor hardware token, code, SMS, smart card or anything else that is configured by the server admin. Password accepted means you return to the app &#8211; done. In the background, an app password is generated on the server and handed back to the client with a specially formulated string. As a user, you can manage the app passwords and their permissions in your user settings, for example limiting access to the files.<\/p>\n<h2>Authentication for Nextcloud itself: improved two-factor authentication, SSO and options<\/h2>\n<p>Among the many security improvements introduced in Nextcloud 11 was built-in two-factor authentication. For Nextcloud 12, a number of improvements were made. First, TOTP and U2F now require password confirmation when changing their settings to ensure a malicious attacker cannot simply disable them. Second, U2F can have multiple tokens; and new is support for NFC tokens.\u00a0Last but not least, 2FA actions now show up in the Activities app so you can keep an eye on when and where logins take place.<\/p>\n<p>Nextcloud also offers deep integration with various enterprise authentication methods. These include:<\/p>\n<ul>\n<li><a href=\"https:\/\/github.com\/pingidentity\/mod_auth_openidc\" target=\"_blank\" rel=\"noopener noreferrer\">OpenID Connect<\/a><\/li>\n<li><a href=\"https:\/\/github.com\/pingidentity\/mod_auth_openidc\" target=\"_blank\" rel=\"noopener noreferrer\">OAuth2<\/a><\/li>\n<li><a href=\"https:\/\/github.com\/AnthonyDeroche\/mod_authnz_jwt\" target=\"_blank\" rel=\"noopener noreferrer\">JWT<\/a><\/li>\n<li><a href=\"https:\/\/httpd.apache.org\/docs\/2.2\/mod\/mod_authn_anon.html\" target=\"_blank\" rel=\"noopener noreferrer\">Anonymous user access<\/a><\/li>\n<li><a href=\"https:\/\/httpd.apache.org\/docs\/2.2\/mod\/mod_authn_dbd.html\" target=\"_blank\" rel=\"noopener noreferrer\">Any SQL database<\/a><\/li>\n<li><a href=\"https:\/\/httpd.apache.org\/docs\/2.2\/mod\/mod_authn_dbm.html\" target=\"_blank\" rel=\"noopener noreferrer\">DBM files<\/a><\/li>\n<li><a href=\"https:\/\/httpd.apache.org\/docs\/2.2\/mod\/mod_authn_file.html\" target=\"_blank\" rel=\"noopener noreferrer\">Lookup in plaintext files<\/a><\/li>\n<li><a href=\"https:\/\/github.com\/Jasig\/mod_auth_cas\" target=\"_blank\" rel=\"noopener noreferrer\">CAS<\/a><\/li>\n<li><a href=\"https:\/\/wiki.shibboleth.net\/confluence\/display\/SHIB2\/NativeSPApacheConfig\" target=\"_blank\" rel=\"noopener noreferrer\">Shibboleth<\/a><\/li>\n<li><a href=\"https:\/\/github.com\/UNINETT\/mod_auth_mellon\" target=\"_blank\" rel=\"noopener noreferrer\">General SAML<\/a> (we have a <a href=\"https:\/\/github.com\/nextcloud\/user_saml\" target=\"_blank\" rel=\"noopener noreferrer\">native SAML\/Shibboleth app<\/a> as well)<\/li>\n<\/ul>\n<p>This authentication functions through our <a href=\"https:\/\/github.com\/nextcloud\/user_saml\" target=\"_blank\" rel=\"noopener noreferrer\">SAML app<\/a> and a description of how to configure it can be found on the <a href=\"https:\/\/portal.nextcloud.com\/article\/configuring-single-sign-on-10.html\" target=\"_blank\" rel=\"noopener noreferrer\">Nextcloud Support Portal.<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Nextcloud 12&rsquo;s authentication for clients and third parties has received an overhaul. Nextcloud 12 supports a wide variety of authentication mechanisms including OpenID and OAuth 2.0, Kerberos and others thanks to its ability to authenticate via an environment variable. A major benefit of this approach is that, instead of re-inventing the wheel and writing fresh [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":694,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"inline_featured_image":false,"publish_to_discourse":"1","publish_post_category":"22","wpdc_auto_publish_overridden":"","wpdc_topic_tags":"","wpdc_pin_topic":"","wpdc_pin_until":"","discourse_post_id":"43457","discourse_permalink":"https:\/\/help.nextcloud.com\/t\/security-in-nextcloud-12-new-authentication-mechanisms\/12614","wpdc_publishing_response":"","wpdc_publishing_error":"","footnotes":""},"categories":[11,7,14,13],"tags":[],"class_list":["post-12883","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-blog","category-news","category-release","category-security"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Security in Nextcloud 12: new authentication mechanisms - Nextcloud<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/nextcloud.com\/fr\/blog\/security-in-nextcloud-12-new-authentication-mechanisms\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Security in Nextcloud 12: new authentication mechanisms - Nextcloud\" \/>\n<meta property=\"og:description\" content=\"Nextcloud 12&rsquo;s authentication for clients and third parties has received an overhaul. Nextcloud 12 supports a wide variety of authentication mechanisms including OpenID and OAuth 2.0, Kerberos and others thanks to its ability to authenticate via an environment variable. A major benefit of this approach is that, instead of re-inventing the wheel and writing fresh [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/nextcloud.com\/fr\/blog\/security-in-nextcloud-12-new-authentication-mechanisms\/\" \/>\n<meta property=\"og:site_name\" content=\"Nextcloud\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/Nextclouders\/\" \/>\n<meta property=\"article:published_time\" content=\"2017-05-02T08:58:41+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/nextcloud.com\/wp-content\/uploads\/2022\/01\/image40.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"627\" \/>\n\t<meta property=\"og:image:height\" content=\"438\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Jos Poortvliet\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@nextclouders\" \/>\n<meta name=\"twitter:site\" content=\"@nextclouders\" \/>\n<meta name=\"twitter:label1\" content=\"\u00c9crit par\" \/>\n\t<meta name=\"twitter:data1\" content=\"Jos Poortvliet\" \/>\n\t<meta name=\"twitter:label2\" content=\"Dur\u00e9e de lecture estim\u00e9e\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/nextcloud.com\/fr\/blog\/security-in-nextcloud-12-new-authentication-mechanisms\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/nextcloud.com\/fr\/blog\/security-in-nextcloud-12-new-authentication-mechanisms\/\"},\"author\":{\"name\":\"Jos Poortvliet\",\"@id\":\"https:\/\/nextcloud.com\/fr\/#\/schema\/person\/c3c1a52fbc1c6a2be2f1df8818daa8c2\"},\"headline\":\"Security in Nextcloud 12: new authentication mechanisms\",\"datePublished\":\"2017-05-02T08:58:41+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/nextcloud.com\/fr\/blog\/security-in-nextcloud-12-new-authentication-mechanisms\/\"},\"wordCount\":432,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/nextcloud.com\/fr\/#organization\"},\"image\":{\"@id\":\"https:\/\/nextcloud.com\/fr\/blog\/security-in-nextcloud-12-new-authentication-mechanisms\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/nextcloud.com\/c\/uploads\/2022\/01\/image40.jpg\",\"articleSection\":[\"Blog\",\"News\",\"Release\",\"Security\"],\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/nextcloud.com\/fr\/blog\/security-in-nextcloud-12-new-authentication-mechanisms\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/nextcloud.com\/fr\/blog\/security-in-nextcloud-12-new-authentication-mechanisms\/\",\"url\":\"https:\/\/nextcloud.com\/fr\/blog\/security-in-nextcloud-12-new-authentication-mechanisms\/\",\"name\":\"Security in Nextcloud 12: new authentication mechanisms - Nextcloud\",\"isPartOf\":{\"@id\":\"https:\/\/nextcloud.com\/fr\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/nextcloud.com\/fr\/blog\/security-in-nextcloud-12-new-authentication-mechanisms\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/nextcloud.com\/fr\/blog\/security-in-nextcloud-12-new-authentication-mechanisms\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/nextcloud.com\/c\/uploads\/2022\/01\/image40.jpg\",\"datePublished\":\"2017-05-02T08:58:41+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/nextcloud.com\/fr\/blog\/security-in-nextcloud-12-new-authentication-mechanisms\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/nextcloud.com\/fr\/blog\/security-in-nextcloud-12-new-authentication-mechanisms\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\/\/nextcloud.com\/fr\/blog\/security-in-nextcloud-12-new-authentication-mechanisms\/#primaryimage\",\"url\":\"https:\/\/nextcloud.com\/c\/uploads\/2022\/01\/image40.jpg\",\"contentUrl\":\"https:\/\/nextcloud.com\/c\/uploads\/2022\/01\/image40.jpg\",\"width\":627,\"height\":438},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/nextcloud.com\/fr\/blog\/security-in-nextcloud-12-new-authentication-mechanisms\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/nextcloud.com\/fr\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Security in Nextcloud 12: new authentication mechanisms\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/nextcloud.com\/fr\/#website\",\"url\":\"https:\/\/nextcloud.com\/fr\/\",\"name\":\"Nextcloud\",\"description\":\"Regain control over your data\",\"publisher\":{\"@id\":\"https:\/\/nextcloud.com\/fr\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/nextcloud.com\/fr\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-FR\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/nextcloud.com\/fr\/#organization\",\"name\":\"Nextcloud\",\"url\":\"https:\/\/nextcloud.com\/fr\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\/\/nextcloud.com\/fr\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/nextcloud.com\/c\/uploads\/2022\/10\/nextcloud-logo-blue-transparent.svg\",\"contentUrl\":\"https:\/\/nextcloud.com\/c\/uploads\/2022\/10\/nextcloud-logo-blue-transparent.svg\",\"width\":\"1024\",\"height\":\"1024\",\"caption\":\"Nextcloud\"},\"image\":{\"@id\":\"https:\/\/nextcloud.com\/fr\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/Nextclouders\/\",\"https:\/\/x.com\/nextclouders\",\"https:\/\/www.linkedin.com\/company\/10827569\/\",\"https:\/\/youtube.com\/nextcloud\",\"https:\/\/www.instagram.com\/nextclouders\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/nextcloud.com\/fr\/#\/schema\/person\/c3c1a52fbc1c6a2be2f1df8818daa8c2\",\"name\":\"Jos Poortvliet\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\/\/nextcloud.com\/fr\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/1c6de64891ee8c4902e1ac198f26ea5fb202d8bbaa7bce35b6a184610bbe4a3d?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/1c6de64891ee8c4902e1ac198f26ea5fb202d8bbaa7bce35b6a184610bbe4a3d?s=96&d=mm&r=g\",\"caption\":\"Jos Poortvliet\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Security in Nextcloud 12: new authentication mechanisms - Nextcloud","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/nextcloud.com\/fr\/blog\/security-in-nextcloud-12-new-authentication-mechanisms\/","og_locale":"fr_FR","og_type":"article","og_title":"Security in Nextcloud 12: new authentication mechanisms - Nextcloud","og_description":"Nextcloud 12&rsquo;s authentication for clients and third parties has received an overhaul. Nextcloud 12 supports a wide variety of authentication mechanisms including OpenID and OAuth 2.0, Kerberos and others thanks to its ability to authenticate via an environment variable. A major benefit of this approach is that, instead of re-inventing the wheel and writing fresh [&hellip;]","og_url":"https:\/\/nextcloud.com\/fr\/blog\/security-in-nextcloud-12-new-authentication-mechanisms\/","og_site_name":"Nextcloud","article_publisher":"https:\/\/www.facebook.com\/Nextclouders\/","article_published_time":"2017-05-02T08:58:41+00:00","og_image":[{"width":627,"height":438,"url":"https:\/\/nextcloud.com\/wp-content\/uploads\/2022\/01\/image40.jpg","type":"image\/jpeg"}],"author":"Jos Poortvliet","twitter_card":"summary_large_image","twitter_creator":"@nextclouders","twitter_site":"@nextclouders","twitter_misc":{"\u00c9crit par":"Jos Poortvliet","Dur\u00e9e de lecture estim\u00e9e":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/nextcloud.com\/fr\/blog\/security-in-nextcloud-12-new-authentication-mechanisms\/#article","isPartOf":{"@id":"https:\/\/nextcloud.com\/fr\/blog\/security-in-nextcloud-12-new-authentication-mechanisms\/"},"author":{"name":"Jos Poortvliet","@id":"https:\/\/nextcloud.com\/fr\/#\/schema\/person\/c3c1a52fbc1c6a2be2f1df8818daa8c2"},"headline":"Security in Nextcloud 12: new authentication mechanisms","datePublished":"2017-05-02T08:58:41+00:00","mainEntityOfPage":{"@id":"https:\/\/nextcloud.com\/fr\/blog\/security-in-nextcloud-12-new-authentication-mechanisms\/"},"wordCount":432,"commentCount":0,"publisher":{"@id":"https:\/\/nextcloud.com\/fr\/#organization"},"image":{"@id":"https:\/\/nextcloud.com\/fr\/blog\/security-in-nextcloud-12-new-authentication-mechanisms\/#primaryimage"},"thumbnailUrl":"https:\/\/nextcloud.com\/c\/uploads\/2022\/01\/image40.jpg","articleSection":["Blog","News","Release","Security"],"inLanguage":"fr-FR","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/nextcloud.com\/fr\/blog\/security-in-nextcloud-12-new-authentication-mechanisms\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/nextcloud.com\/fr\/blog\/security-in-nextcloud-12-new-authentication-mechanisms\/","url":"https:\/\/nextcloud.com\/fr\/blog\/security-in-nextcloud-12-new-authentication-mechanisms\/","name":"Security in Nextcloud 12: new authentication mechanisms - Nextcloud","isPartOf":{"@id":"https:\/\/nextcloud.com\/fr\/#website"},"primaryImageOfPage":{"@id":"https:\/\/nextcloud.com\/fr\/blog\/security-in-nextcloud-12-new-authentication-mechanisms\/#primaryimage"},"image":{"@id":"https:\/\/nextcloud.com\/fr\/blog\/security-in-nextcloud-12-new-authentication-mechanisms\/#primaryimage"},"thumbnailUrl":"https:\/\/nextcloud.com\/c\/uploads\/2022\/01\/image40.jpg","datePublished":"2017-05-02T08:58:41+00:00","breadcrumb":{"@id":"https:\/\/nextcloud.com\/fr\/blog\/security-in-nextcloud-12-new-authentication-mechanisms\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/nextcloud.com\/fr\/blog\/security-in-nextcloud-12-new-authentication-mechanisms\/"]}]},{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/nextcloud.com\/fr\/blog\/security-in-nextcloud-12-new-authentication-mechanisms\/#primaryimage","url":"https:\/\/nextcloud.com\/c\/uploads\/2022\/01\/image40.jpg","contentUrl":"https:\/\/nextcloud.com\/c\/uploads\/2022\/01\/image40.jpg","width":627,"height":438},{"@type":"BreadcrumbList","@id":"https:\/\/nextcloud.com\/fr\/blog\/security-in-nextcloud-12-new-authentication-mechanisms\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/nextcloud.com\/fr\/"},{"@type":"ListItem","position":2,"name":"Security in Nextcloud 12: new authentication mechanisms"}]},{"@type":"WebSite","@id":"https:\/\/nextcloud.com\/fr\/#website","url":"https:\/\/nextcloud.com\/fr\/","name":"Nextcloud","description":"Regain control over your data","publisher":{"@id":"https:\/\/nextcloud.com\/fr\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/nextcloud.com\/fr\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-FR"},{"@type":"Organization","@id":"https:\/\/nextcloud.com\/fr\/#organization","name":"Nextcloud","url":"https:\/\/nextcloud.com\/fr\/","logo":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/nextcloud.com\/fr\/#\/schema\/logo\/image\/","url":"https:\/\/nextcloud.com\/c\/uploads\/2022\/10\/nextcloud-logo-blue-transparent.svg","contentUrl":"https:\/\/nextcloud.com\/c\/uploads\/2022\/10\/nextcloud-logo-blue-transparent.svg","width":"1024","height":"1024","caption":"Nextcloud"},"image":{"@id":"https:\/\/nextcloud.com\/fr\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/Nextclouders\/","https:\/\/x.com\/nextclouders","https:\/\/www.linkedin.com\/company\/10827569\/","https:\/\/youtube.com\/nextcloud","https:\/\/www.instagram.com\/nextclouders\/"]},{"@type":"Person","@id":"https:\/\/nextcloud.com\/fr\/#\/schema\/person\/c3c1a52fbc1c6a2be2f1df8818daa8c2","name":"Jos Poortvliet","image":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/nextcloud.com\/fr\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/1c6de64891ee8c4902e1ac198f26ea5fb202d8bbaa7bce35b6a184610bbe4a3d?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/1c6de64891ee8c4902e1ac198f26ea5fb202d8bbaa7bce35b6a184610bbe4a3d?s=96&d=mm&r=g","caption":"Jos Poortvliet"}}]}},"featured_media_url":"https:\/\/nextcloud.com\/c\/uploads\/2022\/01\/image40.jpg","_links":{"self":[{"href":"https:\/\/nextcloud.com\/fr\/wp-json\/wp\/v2\/posts\/12883","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/nextcloud.com\/fr\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/nextcloud.com\/fr\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/nextcloud.com\/fr\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/nextcloud.com\/fr\/wp-json\/wp\/v2\/comments?post=12883"}],"version-history":[{"count":0,"href":"https:\/\/nextcloud.com\/fr\/wp-json\/wp\/v2\/posts\/12883\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/nextcloud.com\/fr\/wp-json\/wp\/v2\/media\/694"}],"wp:attachment":[{"href":"https:\/\/nextcloud.com\/fr\/wp-json\/wp\/v2\/media?parent=12883"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/nextcloud.com\/fr\/wp-json\/wp\/v2\/categories?post=12883"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/nextcloud.com\/fr\/wp-json\/wp\/v2\/tags?post=12883"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}