This is an automated email from the ASF dual-hosted git repository.
Aman-Mittal pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/fineract-backoffice-ui.git
from 58bcf20 Merge pull request #368 from Aman-Mittal/feat/route-level-rbac
add 534ca5c fix(oidc): make the tenant OIDC screen speak the platform's
own field names
add 6acd28f docs(oidc): describe how OIDC works, not what is broken about
it
new e5252f0 Merge pull request #371 from
Aman-Mittal/fix/oidc-config-screen
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
DOCS/OIDC.md | 127 +++++++++++++
security.md | 4 +
.../oidc-config/oidc-config.component.spec.ts | 195 +++++++++++++++-----
.../system/oidc-config/oidc-config.component.ts | 200 +++++++++++++++++----
src/assets/i18n/en.json | 16 +-
src/assets/i18n/hi.json | 15 ++
src/assets/i18n/ko.json | 15 ++
7 files changed, 491 insertions(+), 81 deletions(-)
create mode 100644 DOCS/OIDC.md