Support new OIDC
Open
@suiguoxin is already working on this.
Since Feb 5, 2021.
pai-dev
- Dominant language
- JavaScript
- Stars
- 2.7k
- Forks
- 554
- Avg merge
- 20h 42m
- Merged PRs (30d)
- 14
Description
Motivation
Support other OIDC modes, such as LDAP
Implementation
RestServer
- write new controller like AzureAD/ msgraph, refer to https://github.com/microsoft/pai/blob/master/src/rest-server/src/controllers/v2/azureAD.js
- add corresponding router : https://github.com/microsoft/pai/blob/accc5fda3d19df0ff7eba2411e9937d8ff6ed4b3/src/rest-server/src/routes/authn.js#L47
- corresponding group API for a user to get the grouplist:
webportal
maybe no change needed
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.