Skip to content

Latest commit

Β 

History

History
31 lines (19 loc) Β· 1.19 KB

File metadata and controls

31 lines (19 loc) Β· 1.19 KB

API Development

The GBS_MyPerformance Application uses OAuth2 as authentication and authorization. To test the API using Postman, some config is needed.

Postman

β†’ Download

For postman, just import the prepared collection.

Further Configuration

In order to work with the self signed cert of the BE, you need to disable the cert verification on requests.

β†’ Settings > General > "SSL certificate verification" to off

Users with Roles

Email Password Roles
student@gbssg.ch GbS2021+ STUDENT
trainer@gbssg.ch GbS2021+ TRAINER
teacher@gbssg.ch GbS2021+ TEACHER
managing-teacher@gbssg.ch GbS2021+ TEACHER; ADMIN
administrator@gbssg.ch GbS2021+ ADMIN

β†’ AppRoles.cs