Files
canvasManagement/README.md

39 lines
1.5 KiB
Markdown

# canvasManagement
install specflow template `dotnet new install Specflow.Templates.DotNet`
view templates with `dotnet new -l`
find outdated packages `dotnet list package --outdated`
Development command: `dotnet watch --project Management.Web/`
# Razor Hack
Apparently the VSCode razor extension was compiled with a preview of dotnet 6... and only uses openssl 1.1. After installing openssl1.1 you can tell vscode to provide it with `export CLR_OPENSSL_VERSION_OVERRIDE=1.1; code ~/projects/canvasManagement`.
The issue can be tracked [here](https://github.com/dotnet/razor/issues/6241)
pOpenID Connect is sometimes abbreviated to OIDC. It is not a synonym to Oauth2.0/p
pRead and watch the video in this article a href=https://developer.okta.com/blog/2019/10/21/illustrated-guide-to-oauth-and-oidchttps://developer.okta.com/blog/2019/10/21/illustrated-guide-to-oauth-and-oidc/abr
Read this article: a href=https://curity.io/resources/learn/openid-connect-overview/https://curity.io/resources/learn/openid-connect-overview//abr
Watch this video: a href=https://www.youtube.com/watch?v=rTzlF-U9Y6Yhttps://www.youtube.com/watch?v=rTzlF-U9Y6Y/a/p
pSubmit your answers to these questions:/p
ol
liWhat problem is Oauth 2.0 trying to solve?/li
liWhat is the difference between oauth and openid connect?/li
liWhat problem is OIDC trying to solve?/li
liWhat resources does the client get from the authentication server after a OIDC flow?/li
/ol
hrh1Rubric/h1precode class=language-json[
{label: Answered 4 questions, points: 8}
]/code/pre