Resolve "[OAuth] .well-known must be mounted under /" #2618

Merged
hansegucker merged 6 commits from 606-oauth-well-known-must-be-mounted-under into master 2023-02-13 22:14:20 +01:00
Owner

Closes #606

❯ curl localhost:8000/.well-known/openid-configuration
{"issuer": "http://localhost:8000", "authorization_endpoint": "http://localhost:8000/authorize/", "token_endpoint": "http://localhost:8000/token/", "userinfo_endpoint": "http://localhost:8000/userinfo/", "jwks_uri": "http://localhost:8000/.well-known/jwks.json", "response_types_supported": ["code", "token", "id_token", "id_token token", "code token", "code id_token", "code id_token token"], "subject_types_supported": ["public"], "id_token_signing_alg_values_supported": ["HS256"], "token_endpoint_auth_methods_supported": ["client_secret_post", "client_secret_basic"], "claims_supported": ["sub"]}%
Closes #606 ``` ❯ curl localhost:8000/.well-known/openid-configuration {"issuer": "http://localhost:8000", "authorization_endpoint": "http://localhost:8000/authorize/", "token_endpoint": "http://localhost:8000/token/", "userinfo_endpoint": "http://localhost:8000/userinfo/", "jwks_uri": "http://localhost:8000/.well-known/jwks.json", "response_types_supported": ["code", "token", "id_token", "id_token token", "code token", "code id_token", "code id_token token"], "subject_types_supported": ["public"], "id_token_signing_alg_values_supported": ["HS256"], "token_endpoint_auth_methods_supported": ["client_secret_post", "client_secret_basic"], "claims_supported": ["sub"]}% ```
Author
Owner

assigned to @debdolph

assigned to @debdolph
Author
Owner

added 1 commit

  • c907d205 - Serve wellknown under root

Compare with previous version

added 1 commit <ul><li>c907d205 - Serve wellknown under root</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-Core/-/merge_requests/973/diffs?diff_id=18461&start_sha=0453659d3a56c2c012d9a6cfbd5f65d486bd4805)
Author
Owner

changed the description

changed the description
Author
Owner

marked this merge request as ready

marked this merge request as **ready**
Author
Owner

assigned to @nik and unassigned @debdolph

assigned to @nik and unassigned @debdolph
Author
Owner

added 1 commit

  • f15ed91d - Serve wellknown under root

Compare with previous version

added 1 commit <ul><li>f15ed91d - Serve wellknown under root</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-Core/-/merge_requests/973/diffs?diff_id=18463&start_sha=c907d20561216c866fc2c2093896ffe4ad202b90)
Author
Owner

added 1 commit

Compare with previous version

added 1 commit <ul><li>7249b2ec - Serve wellknown under root</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-Core/-/merge_requests/973/diffs?diff_id=18465&start_sha=f15ed91d020f70e09b4c6cce45a9bee3f3768e77)
Author
Owner

marked this merge request as draft

marked this merge request as **draft**
Author
Owner

added 171 commits

  • 7249b2ec...25fb8ef1 - 170 commits from branch master
  • 5fc5312c - Merge branch 'master' into 606-oauth-well-known-must-be-mounted-under

Compare with previous version

added 171 commits <ul><li>7249b2ec...25fb8ef1 - 170 commits from branch <code>master</code></li><li>5fc5312c - Merge branch &#39;master&#39; into 606-oauth-well-known-must-be-mounted-under</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-Core/-/merge_requests/973/diffs?diff_id=20289&start_sha=7249b2ec9a3bc8c0a181d41b3de036e65d7ea87f)
Owner

added 903 commits

  • 5fc5312c...d325adce - 901 commits from branch master
  • 246dbbcf - Merge branch 'master' into 606-oauth-well-known-must-be-mounted-under
  • 8320e0b7 - Merge OIDC_ISS_ENDPOINT into config dict

Compare with previous version

added 903 commits <ul><li>5fc5312c...d325adce - 901 commits from branch <code>master</code></li><li>246dbbcf - Merge branch &#39;master&#39; into 606-oauth-well-known-must-be-mounted-under</li><li>8320e0b7 - Merge OIDC_ISS_ENDPOINT into config dict</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-Core/-/merge_requests/973/diffs?diff_id=27560&start_sha=5fc5312c443472a876a50345f96781811bddc210)
Owner

@debdolph Please deploy this branch for testing somewhere

@debdolph Please deploy this branch for testing somewhere
Author
Owner

added 7 commits

  • 8320e0b7...d25cbc10 - 6 commits from branch master
  • 1c10a716 - Merge branch 'master' into 606-oauth-well-known-must-be-mounted-under

Compare with previous version

added 7 commits <ul><li>8320e0b7...d25cbc10 - 6 commits from branch <code>master</code></li><li>1c10a716 - Merge branch &#39;master&#39; into 606-oauth-well-known-must-be-mounted-under</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-Core/-/merge_requests/973/diffs?diff_id=27826&start_sha=8320e0b7d0432cc2967cca39263e5cb5afc74df8)
Author
Owner

added 1 commit

Compare with previous version

added 1 commit <ul><li>4177e2e2 - Move oauth urls to root</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-Core/-/merge_requests/973/diffs?diff_id=27844&start_sha=1c10a716e258b6db46ecabe01c6b20f191e4892e)
Owner

marked this merge request as ready

marked this merge request as **ready**
nik merged commit 4c25042f2e into master 2023-02-13 22:14:20 +01:00
Owner

mentioned in commit 4c25042f2e

mentioned in commit 4c25042f2e599ef8a398f13cc4fa409c72ccefcf
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
aleksis/AlekSIS-Core!2618
No description provided.