mirror of
https://github.com/portainer/portainer.git
synced 2025-07-27 09:19:39 +02:00
feat(oauth): update OAuth UX
This commit is contained in:
parent
17cf374c30
commit
78e2aaf7d4
3 changed files with 9 additions and 2 deletions
|
@ -27,6 +27,10 @@ angular.module('portainer.extensions.oauth')
|
|||
ctrl.settings.ResourceURI = provider.resourceUrl;
|
||||
ctrl.settings.UserIdentifier = provider.userIdentifier;
|
||||
ctrl.settings.Scopes = provider.scopes;
|
||||
|
||||
if (provider.name === 'microsoft' && ctrl.state.microsoftTenantID !== '') {
|
||||
onMicrosoftTenantIDChange();
|
||||
}
|
||||
}
|
||||
|
||||
function onInit() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue