diff --git a/auth_oidc/README.rst b/auth_oidc/README.rst index ac51aa7f47..f17c56847d 100644 --- a/auth_oidc/README.rst +++ b/auth_oidc/README.rst @@ -17,13 +17,13 @@ Authentication OpenID Connect :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fserver--auth-lightgray.png?logo=github - :target: https://github.com/OCA/server-auth/tree/16.0/auth_oidc + :target: https://github.com/OCA/server-auth/tree/17.0/auth_oidc :alt: OCA/server-auth .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/server-auth-16-0/server-auth-16-0-auth_oidc + :target: https://translation.odoo-community.org/projects/server-auth-17-0/server-auth-17-0-auth_oidc :alt: Translate me on Weblate .. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png - :target: https://runboat.odoo-community.org/builds?repo=OCA/server-auth&target_branch=16.0 + :target: https://runboat.odoo-community.org/builds?repo=OCA/server-auth&target_branch=17.0 :alt: Try me on Runboat |badge1| |badge2| |badge3| |badge4| |badge5| @@ -123,9 +123,9 @@ In Odoo, create a new Oauth Provider with the following parameters: - JWKS URL: The "jwks_uri" URL found in the OpenID Endpoint Configuration of your Keycloak realm -.. |image| image:: https://raw.githubusercontent.com/OCA/server-auth/16.0/auth_oidc/static/description/oauth-microsoft_azure-api_permissions.png -.. |image1| image:: https://raw.githubusercontent.com/OCA/server-auth/16.0/auth_oidc/static/description/oauth-microsoft_azure-optional_claims.png -.. |image2| image:: https://raw.githubusercontent.com/OCA/server-auth/16.0/auth_oidc/static/description/odoo-azure_ad_multitenant.png +.. |image| image:: https://raw.githubusercontent.com/OCA/server-auth/17.0/auth_oidc/static/description/oauth-microsoft_azure-api_permissions.png +.. |image1| image:: https://raw.githubusercontent.com/OCA/server-auth/17.0/auth_oidc/static/description/oauth-microsoft_azure-optional_claims.png +.. |image2| image:: https://raw.githubusercontent.com/OCA/server-auth/17.0/auth_oidc/static/description/odoo-azure_ad_multitenant.png Usage ===== @@ -143,6 +143,11 @@ Known issues / Roadmap Changelog ========= +17.0.1.0.0 2024-03-20 +--------------------- + +- Odoo 17 migration + 16.0.1.1.0 2024-02-28 --------------------- @@ -189,7 +194,7 @@ Bug Tracker Bugs are tracked on `GitHub Issues `_. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed -`feedback `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -232,6 +237,6 @@ Current `maintainer `__: |maintainer-sbidoul| -This module is part of the `OCA/server-auth `_ project on GitHub. +This module is part of the `OCA/server-auth `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/auth_oidc/__manifest__.py b/auth_oidc/__manifest__.py index be60eba9f8..5e046a73f3 100644 --- a/auth_oidc/__manifest__.py +++ b/auth_oidc/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Authentication OpenID Connect", - "version": "16.0.1.1.1", + "version": "17.0.1.0.0", "license": "AGPL-3", "author": ( "ICTSTUDIO, André Schenkels, " diff --git a/auth_oidc/pyproject.toml b/auth_oidc/pyproject.toml new file mode 100644 index 0000000000..4231d0cccb --- /dev/null +++ b/auth_oidc/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/auth_oidc/readme/HISTORY.md b/auth_oidc/readme/HISTORY.md index 0e26e3a694..3df4dd917b 100644 --- a/auth_oidc/readme/HISTORY.md +++ b/auth_oidc/readme/HISTORY.md @@ -1,3 +1,7 @@ +## 17.0.1.0.0 2024-03-20 + +- Odoo 17 migration + ## 16.0.1.1.0 2024-02-28 - Forward port OpenID Connect fixes from 15.0 to 16.0 diff --git a/auth_oidc/static/description/index.html b/auth_oidc/static/description/index.html index eb15be7dc3..2f2af23dc3 100644 --- a/auth_oidc/static/description/index.html +++ b/auth_oidc/static/description/index.html @@ -368,7 +368,7 @@

Authentication OpenID Connect

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! source digest: sha256:ede04e51899d4490eb4be0352376feb7833ba8d0546f36fea929c28a99a96d22 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

Beta License: AGPL-3 OCA/server-auth Translate me on Weblate Try me on Runboat

+

Beta License: AGPL-3 OCA/server-auth Translate me on Weblate Try me on Runboat

This module allows users to login through an OpenID Connect provider using the authorization code flow or implicit flow.

Note the implicit flow is not recommended because it exposes access @@ -385,21 +385,22 @@

Authentication OpenID Connect

  • Usage
  • Known issues / Roadmap
  • Changelog
  • -
  • Bug Tracker
  • -
  • Credits @@ -427,8 +428,8 @@

    Setup for Microsoft Azure

    for more information):
  • -

    image

    -

    image1

    +

    image

    +

    image1

    Single tenant provider limits the access to user of your tenant, while Multitenants allow access for all AzureAD users, so user of foreign companies can use their AzureAD login without an guest account.

    @@ -446,7 +447,7 @@

    Setup for Microsoft Azure

    Allowed: yes
  • replace {tenant_id} in urls with your Azure tenant id
  • -

    image2

    +

    image2

    Setup for Keycloak

    @@ -497,66 +498,72 @@

    Known issues / Roadmap

    Changelog

    -

    16.0.1.1.0 2024-02-28

    +

    17.0.1.0.0 2024-03-20

      -
    • Forward port OpenID Connect fixes from 15.0 to 16.0
    • +
    • Odoo 17 migration
    -

    16.0.1.0.2 2023-11-16

    +

    16.0.1.1.0 2024-02-28

      -
    • Readme link updates
    • +
    • Forward port OpenID Connect fixes from 15.0 to 16.0
    -

    16.0.1.0.1 2023-10-09

    +

    16.0.1.0.2 2023-11-16

      -
    • Add AzureAD code flow provider
    • +
    • Readme link updates
    -

    16.0.1.0.0 2023-01-27

    +

    16.0.1.0.1 2023-10-09

      -
    • Odoo 16 migration
    • +
    • Add AzureAD code flow provider
    -

    15.0.1.0.0 2023-01-06

    +

    16.0.1.0.0 2023-01-27

      -
    • Odoo 15 migration
    • +
    • Odoo 16 migration
    -

    14.0.1.0.0 2021-12-10

    +

    15.0.1.0.0 2023-01-06

      -
    • Odoo 14 migration
    • +
    • Odoo 15 migration
    -

    13.0.1.0.0 2020-04-10

    +

    14.0.1.0.0 2021-12-10

      -
    • Odoo 13 migration, add authorization code flow.
    • +
    • Odoo 14 migration
    -

    10.0.1.0.0 2018-10-05

    +

    13.0.1.0.0 2020-04-10

    +
      +
    • Odoo 13 migration, add authorization code flow.
    • +
    +
    +
    +

    10.0.1.0.0 2018-10-05

    • Initial implementation
    -

    Bug Tracker

    +

    Bug Tracker

    Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed -feedback.

    +feedback.

    Do not contact contributors directly about support or help with technical issues.

    -

    Credits

    +

    Credits

    -

    Authors

    +

    Authors

    • ICTSTUDIO
    • André Schenkels
    • @@ -564,7 +571,7 @@

      Authors

    -

    Contributors

    +

    Contributors

    -

    Maintainers

    +

    Maintainers

    This module is maintained by the OCA.

    Odoo Community Association

    OCA, or the Odoo Community Association, is a nonprofit organization whose @@ -581,7 +588,7 @@

    Maintainers

    promote its widespread use.

    Current maintainer:

    sbidoul

    -

    This module is part of the OCA/server-auth project on GitHub.

    +

    This module is part of the OCA/server-auth project on GitHub.

    You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

    diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000000..13c8fbb434 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,2 @@ +# generated from manifests external_dependencies +python-jose diff --git a/test-requirements.txt b/test-requirements.txt new file mode 100644 index 0000000000..2cb24f43db --- /dev/null +++ b/test-requirements.txt @@ -0,0 +1 @@ +responses