mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 08:57:35 +00:00

# Which Problems Are Solved
The Authentication Method name is currently not displayed on the
Application Page, this screenshot is taken from the linked issue:
<img width="946" alt="417991175-a6c8497f-9c4f-4042-8ffa-c5f995ab5039"
src="https://github.com/user-attachments/assets/aea0e956-27e3-4e32-bcb1-0a7456480084"
/>
I can also add other fields if necessary, but the layout may need to be
redesigned to keep a good looking UI since there are already a lot of
fields.
# How the Problems Are Solved
Display the Authentication Method name between the `Status` and the `ID`
fields from either the `oidcConfig` or the `apiConfig` objects.
Here are some screenshots of the result:
None:

Private JWT:

Post:

API Basic:

# Additional Changes
None
# Additional Context
- Closes #9435
---------
Co-authored-by: Ramon <mail@conblem.me>
(cherry picked from commit 6aeaa89c25
)
Console
This project was generated with Angular CLI version 8.3.20.
Development server
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Code scaffolding
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Build
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the --prod
flag for a production build.
Running unit tests
Run ng test
to execute the unit tests via Karma.
Running end-to-end tests
Please refer to the contributing guide
Further help
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.