Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Permissions when using Okta SSO #55

Open
ethan-schofer opened this issue Apr 14, 2023 · 4 comments
Open

Permissions when using Okta SSO #55

ethan-schofer opened this issue Apr 14, 2023 · 4 comments

Comments

@ethan-schofer
Copy link

I have a site using Okta for SSO and I am having some issues related to permissions. The Developer link is not appearing in the Menu, but I do have myself with the Role 'Administrators'. Thats all I seem to need based on the documentation? But I dont see the menu item.

@valdisiljuconoks
Copy link
Collaborator

This is default policy (https://github.com/episerver/DeveloperTools/blob/master/EPiServer.DeveloperTools/Infrastructure/Configuration/IServiceCollectionExtensions.cs#L13) that's added when plugin is configured.

And then this policy is used in menu provider: https://github.com/episerver/DeveloperTools/blob/master/EPiServer.DeveloperTools/MenuProvider.cs#L48

One way to verify would be to create some custom controller with custom action and check the policy in that endpoint.

@ethan-schofer
Copy link
Author

That policy is not getting applied, the developertools policy. I think thats why I cant see the menu.

@valdisiljuconoks
Copy link
Collaborator

Is the policy executed successfully in your custom endpoint?

@ethan-schofer
Copy link
Author

ethan-schofer commented Apr 17, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants